From owner-cvs-all Thu Mar 1 18:57: 5 2001 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 5C71C37B719; Thu, 1 Mar 2001 18:57:00 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f222v0Q39209; Thu, 1 Mar 2001 18:57:00 -0800 (PST) (envelope-from obrien) Message-Id: <200103020257.f222v0Q39209@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 1 Mar 2001 18:57:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/cc_tools freebsd-native.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/01 18:57:00 PST Modified files: gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Define "FREEBSD_NATIVE" in the freebsd-native header to reduce the amount of stuff (and thus length of error output) we put on the invocation command line. Also follow the new FSF/GNU style of giving the symbol a value so it can be used in `if()' statements in addition to `#if' so seldomly compiled in code (on some platforms) gets compiled always, to help reduce bit-rot. Revision Changes Path 1.54 +2 -2 src/gnu/usr.bin/cc/Makefile.inc 1.9 +4 -1 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