From owner-cvs-all Tue Mar 30 22:38:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D78D214BE1; Tue, 30 Mar 1999 22:38:29 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA76692; Tue, 30 Mar 1999 22:38:13 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903310638.WAA76692@freefall.freebsd.org> From: "David E. OBrien" Date: Tue, 30 Mar 1999 22:38:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/30 22:38:13 PST Modified files: . Makefile.inc1 Log: * Deal with libgcc's move from gnu/usr.bin/cc to gnu/lib. Move was necessary as libgcc should be built with the freshly built compiler and thus we must wait until the freshly built bits have been installed somewhere so we can use them. libgcc presence in gnu/usr.bin/cc/ gets in the way of building the new compiler. We could have either cd'ed to specific directories w/in gnu/usr.bin/cc/ and built and installed individual bits, or move libgcc out of the way and let our normal subdir building process work. * Don't build libgcc in "bootstrap-libraries:" target it should not be assumed the currently installed compiler can correctly build libgcc. (as is the case for g++ 2.7.2 and EGCS' libgcc) Revision Changes Path 1.66 +15 -5 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message