Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Remove USE_NEW_TOOLCHAIN definition; this will go in b...



details:   https://anonhg.NetBSD.org/src/rev/8ab4ecf66cc7
branches:  trunk
changeset: 513826:8ab4ecf66cc7
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Aug 14 12:36:34 2001 +0000

description:
Remove USE_NEW_TOOLCHAIN definition; this will go in bsd.own.mk.

diffstat:

 tools/Makefile.tools |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 4b2a6d18533e -r 8ab4ecf66cc7 tools/Makefile.tools
--- a/tools/Makefile.tools      Tue Aug 14 12:36:10 2001 +0000
+++ b/tools/Makefile.tools      Tue Aug 14 12:36:34 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.tools,v 1.1 2001/08/14 11:01:57 tv Exp $
+#      $NetBSD: Makefile.tools,v 1.2 2001/08/14 12:36:34 tv Exp $
 #
 # Included Makefile fragment used by the top-level Makefile, and by
 # the Makefile.inc in the "tools" subdirectory.
@@ -43,11 +43,7 @@
 YACC=          ${TOOLDIR}/bin/yacc
 
 # Make sure DESTDIR is set, so that builds with these tools always
-# get appropriate -nostdinc, -nostdlib, etc. handling.  The value is
+# get appropriate -nostdinc, -nostdlib, etc. handling.  The default is
 # <empty string>, meaning start from /, the root directory.
 
 DESTDIR?=
-
-# Temporary switch for turning on the appropriate toolchain bits
-
-USE_NEW_TOOLCHAIN=1



Home | Main Index | Thread Index | Old Index