Module Name:    src
Committed By:   joerg
Date:           Thu May 31 21:02:03 UTC 2012

Modified Files:
        src/tools/gcc: Makefile

Log Message:
Always use system zlib. Avoids the need for 32bit build environment when
bootstrapping on some Linux distros. We require zlib to be present anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/tools/gcc/Makefile

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

Modified files:

Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.50 src/tools/gcc/Makefile:1.51
--- src/tools/gcc/Makefile:1.50	Tue Jan 10 12:27:54 2012
+++ src/tools/gcc/Makefile	Thu May 31 21:02:02 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.50 2012/01/10 12:27:54 skrll Exp $
+#	$NetBSD: Makefile,v 1.51 2012/05/31 21:02:02 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -38,6 +38,7 @@ COMMON_CONFIGURE_ARGS=	--target=${MACHIN
 			--enable-threads \
 			--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html \
 			--with-pkgversion="NetBSD nb2 20111202" \
+			--with-system-zlib \
 			${VAX_CONFIGURE_ARGS} \
 			--enable-__cxa_atexit
 .if defined(GCC_CONFIG_ARCH.${MACHINE_ARCH})

Reply via email to