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


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
> 
> 


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