From owner-freebsd-current Wed Nov 17 5: 9:23 1999 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id AD44214A06 for ; Wed, 17 Nov 1999 05:08:55 -0800 (PST) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id PAA60200; Wed, 17 Nov 1999 15:07:40 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <199911171307.PAA60200@zibbi.mikom.csir.co.za> Subject: Re: ** HEADS UP ** Switching to GCC 2.95.2 as base compiler In-Reply-To: <382FE231.932A840F@altavista.net> from Maxim Sobolev at "Nov 15, 1999 12:36:33 pm" To: sobomax@altavista.net Date: Wed, 17 Nov 1999 15:07:40 +0200 (SAT) Cc: obrien@NUXI.com, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > 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