From owner-cvs-all Wed Feb 20 11:42:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 072F837B62D; Wed, 20 Feb 2002 11:41:55 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1KJftG32161; Wed, 20 Feb 2002 11:41:55 -0800 (PST) (envelope-from obrien) Message-Id: <200202201941.g1KJftG32161@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 20 Feb 2002 11:41:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295 gcc.c src/gnu/usr.bin/cc/cc_tools freebsd-native.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/02/20 11:41:54 PST Modified files: contrib/gcc.295 gcc.c gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Allow for better control over the GCC front-end when building a cross compiler. * Undo the diking out of cross compiler logic from gcc.c rev 1.16. * Add the `CROSS_STARTFILE_PREFIX' knob. * Add our own definition of `STANDARD_INCLUDE_DIR'. This should have been included in freebsd-native.h rev 1.5. * Minimize a little bit more, things we dike out in the FREEBSD_NATIVE case. Submitted by: ru & obrien Revision Changes Path 1.24 +6 -2 src/contrib/gcc.295/gcc.c 1.12 +5 -0 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