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

Anton Kolesov Anton.Kolesov@synopsys.com
Thu May 5 11:56:00 GMT 2016


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



More information about the Newlib mailing list