[patch, mips] Fix parallel build on MIPS

Steve Ellcey sellcey@mips.com
Tue Sep 3 17:53:00 GMT 2013


On Tue, 2013-09-03 at 13:37 -0400, Mike Frysinger wrote:

> > --- a/libgloss/mips/Makefile.in
> > +++ b/libgloss/mips/Makefile.in
> > 
> >  install:
> > +	mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
> >  	@for file in $(CRT0) $(PCRT0) $(BSP); do \
> 
> this does not work because "@for" is not a shell command.  the @ needs to move 
> from the for to the mkdir.
> -mike

Hm, I thought it would work because I see it in the mn10300 Makefile.in
file.  My own rebuild hasn't gotten to the point of install yet so we
will see what happens when it does.

Steve Ellcey
sellcey@mips.com




More information about the Newlib mailing list