From owner-cvs-all Tue Jul 7 17:46:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05560 for cvs-all-outgoing; Tue, 7 Jul 1998 17:46:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05550; Tue, 7 Jul 1998 17:46:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA16408; Tue, 7 Jul 1998 17:45:53 -0700 (PDT) Date: Tue, 7 Jul 1998 17:45:53 -0700 (PDT) Message-Id: <199807080045.RAA16408@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/libgcc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/07 17:45:52 PDT Modified files: gnu/usr.bin/cc/libgcc Makefile Log: Use a different hack for building libgcc2: `XCC= ${CC}' instead of `XCC= -B ...'. This is equivalent when cc and cc1, etc. have just been bootstrapped by `make world'. The relative versions normally won't work if the target system is not binary compatible. Bootstrapping different versions of gcc without going through `make world' is slightly more broken than before. Uniformized macro names (P1OBJS -> LIB1POBJS, etc.). Don't give full paths to sources. Revision Changes Path 1.17 +19 -37 src/gnu/usr.bin/cc/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message