From owner-cvs-all Wed Dec 29 6:42:49 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 9F0F91563D; Wed, 29 Dec 1999 06:42:47 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35445; Wed, 29 Dec 1999 06:42:47 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199912291442.GAA35445@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 1999 06:42:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/contrib/gcc gcc.c src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/cc_drv Makefile src/gnu/usr.bin/cc/cc_tools freebsd-native.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/12/29 06:42:47 PST Modified files: . Makefile.inc1 contrib/gcc gcc.c gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/cc_drv Makefile gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Allow the specification of a prefix for gcc to find all the various bits. If one wishes to anchor the compiler toolchain tree somewhere other than /, all one needs to do is set "TOOLS_PREFIX" to a different rooting. Submitted by: marcel (in a different format and reworked by me) Revision Changes Path 1.118 +2 -5 src/Makefile.inc1 1.16 +4 -4 src/contrib/gcc/gcc.c 1.48 +8 -9 src/gnu/usr.bin/cc/Makefile.inc 1.10 +1 -2 src/gnu/usr.bin/cc/cc_drv/Makefile 1.5 +9 -6 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message