Subject: CVS commit: gnusrc/gnu
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/15/2001 05:37:38
Module Name:	gnusrc
Committed By:	thorpej
Date:		Sat Dec 15 03:37:37 UTC 2001

Modified Files:
	gnusrc/gnu/lib: Makefile
	gnusrc/gnu/usr.bin/binutils: Makefile
	gnusrc/gnu/usr.bin/gcc: Makefile
	gnusrc/gnu/usr.bin/gdb/gdb.new: Makefile

Log Message:
Allow a new-toolchain build to be done without actually building
the target "native toolchain" if BOOTSTRAP_NEW_TOOLCHAIN is set.

This is important if you don't have any userland at all, and you're
trying to make one from which you can run toolchain2netbsd.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 gnusrc/gnu/lib/Makefile
cvs rdiff -r1.14 -r1.15 gnusrc/gnu/usr.bin/binutils/Makefile
cvs rdiff -r1.12 -r1.13 gnusrc/gnu/usr.bin/gcc/Makefile
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/usr.bin/gdb/gdb.new/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.