Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 1999 15:07:40 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        sobomax@altavista.net
Cc:        obrien@NUXI.com, current@FreeBSD.ORG
Subject:   Re: ** HEADS UP **  Switching to GCC 2.95.2 as base compiler
Message-ID:  <199911171307.PAA60200@zibbi.mikom.csir.co.za>
In-Reply-To: <382FE231.932A840F@altavista.net> from Maxim Sobolev at "Nov 15, 1999 12:36:33 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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 -- John.Hay@mikom.csir.co.za


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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911171307.PAA60200>