From owner-cvs-all Wed Nov 24 6:25:30 1999 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E9111522D; Wed, 24 Nov 1999 06:25:24 -0800 (PST) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 11qdKE-000NMD-00; Wed, 24 Nov 1999 14:23:14 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id PAA84709; Wed, 24 Nov 1999 15:23:01 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <383BF4C5.D9119C38@scc.nl> Date: Wed, 24 Nov 1999 15:23:01 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: "David E. O'Brien" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 References: <199911240604.WAA85809@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "David E. O'Brien" wrote: > > obrien 1999/11/23 22:04:12 PST > > Modified files: > . Makefile.inc1 > Log: > Revert to rev 1.91. Revs 1.9{2,3} were causing problems for people with > pre-Aug 4.0-CURRENT worlds and those with pre-GCC 2.95.2 worlds. > > The problem with pre-Aug worlds is the installed Byacc and Bison doesn't > have necessary changes to compile either GCC 2.95 or EGCS 1.1.x. Adding TMPATH to the BMAKE environment would have been enough to fix this. > The problem with pre-GCC 2.95 worlds is libgcc is built with the wrong > compiler. See rev 1.17 of src/gnu/lib/libgcc/Makefile (which used to live > in src/gnu/usr.bin/cc/libgcc) + commit messge for details of the requirements. I think you misinterpret the comments (and commit logs). It says that libgcc2 must be built with the version in the source tree. This is exactly what happens. It's not a problem if libgcc1 is not built with the native compiler, because that's gcc as well, and most of the times it will even be the same version as the one in the source tree. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message