This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi Jeff,
Thanks, but now I've also noticed that ":-l" disappeared from nano.specs.
Attaching the patch that corrects that.
Anton
> -----Original Message-----
> From: Jeff Johnston [mailto:jjohnstn@redhat.com]
> Sent: Thursday, May 05, 2016 7:03 PM
> To: Anton Kolesov <Anton.Kolesov@synopsys.com>
> Cc: newlib@sourceware.org; Francois Bedard <Francois.Bedard@synopsys.com>
> Subject: Re: [PATCH 1/3] arc: Support "nano" build of newlib
>
> Fixed.
>
> -- Jeff J.
>
> ----- Original Message -----
> > Hi Jeff,
> >
> > > >
> > > > +$(NANO_INSTALL):
> > > > + $(mkinstalldirs) $(DESTDIR)${tooldir}/lib${MULTISUBDIR}
> > > > + for x in $(NANO_SCRIPTS); do \
> > > > + $(INSTALL_DATA) $(srcdir)/$$x
> > > > $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$$x; done
> > > > +
> >
> > Unfortunately, tabs in Makefile.in got replaced with spaces, when patch was
> > applied - so now Make complains about syntax errors in
> > libgloss/arc/Makefile.
> >
> > Anton
> >
> >
Attachment:
0001-Fix-malformed-libgloss-arc-nano.specs.patch
Description: 0001-Fix-malformed-libgloss-arc-nano.specs.patch
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |