From 3faae759ba5cf9768a481c67679bdac4e65df063 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 15 Dec 2001 03:37:36 +0000 Subject: 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. --- gnu/lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/lib') diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index b8cb4aa7a33..cac2756aab8 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2001/08/09 16:09:52 mrg Exp $ +# $NetBSD: Makefile,v 1.27 2001/12/15 03:37:36 thorpej Exp $ .include .if defined(USE_NEW_TOOLCHAIN) +.if !defined(BOOTSTRAP_NEW_TOOLCHAIN) SUBDIR+= libbfd libg2c libgcc libiberty libobjc libmalloc libstdc++ +.endif .else # -- cgit