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]

RE: [PATCH 1/3] arc: Support "nano" build of newlib


One more fix of this problem, for libgloss/arc/nsim.specs, but this is the last one.

Anton

> -----Original Message-----
> From: Jeff Johnston [mailto:jjohnstn@redhat.com]
> Sent: Friday, May 06, 2016 10:58 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.  I wish people would attach their patches as frequently asked on
> this mailing list.
> 
> -- Jeff J.
> 
> ----- Original Message -----
> > 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-libgloss-arc-nsim.specs-file.patch
Description: 0001-Fix-libgloss-arc-nsim.specs-file.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]