diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-12-15 03:37:36 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-12-15 03:37:36 +0000 |
| commit | 3faae759ba5cf9768a481c67679bdac4e65df063 (patch) | |
| tree | 4f9d6a9d187365a6999e4a684a9e782395de8fb2 /gnu/lib/Makefile | |
| parent | 9b744bba67b5663e3c3fd9ebb7f95d35973311be (diff) | |
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.
Diffstat (limited to 'gnu/lib/Makefile')
| -rw-r--r-- | gnu/lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.own.mk> .if defined(USE_NEW_TOOLCHAIN) +.if !defined(BOOTSTRAP_NEW_TOOLCHAIN) SUBDIR+= libbfd libg2c libgcc libiberty libobjc libmalloc libstdc++ +.endif .else # |
