> > I'll be pulling the switch to use GCC 2.95.2 as the base compiler in
> > -CURRENT on Sunday evening (Freefall time).
> 
> It seems that currently after introduction of 2.95.2 world could not be
> compiled with -jN option (complains about not being able to locate genrtl.h).

This patch make "make -j13 world" work for me again. I don't know if it
is the right/best way though.

John
-- 
John Hay -- [EMAIL PROTECTED]


Index: gnu/usr.bin/cc/cc_tools/Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc_tools/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- Makefile    1999/11/15 04:16:14     1.44
+++ Makefile    1999/11/16 10:23:16
@@ -37,6 +37,7 @@
 .for i in attr codes config emit extract flags opinit output peep recog
 build-tools: gen$i
 
+.ORDER:        genrtl.h print-rtl.o
 gen$i: gen$i.o rtl.o obstack.o print-rtl.o bitmap.o
        ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to