Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc Always use system zlib. Avoids the need for 32bit ...
details: https://anonhg.NetBSD.org/src/rev/b69d5e0eb3b9
branches: trunk
changeset: 779511:b69d5e0eb3b9
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 31 21:02:02 2012 +0000
description:
Always use system zlib. Avoids the need for 32bit build environment when
bootstrapping on some Linux distros. We require zlib to be present anyway.
diffstat:
tools/gcc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e54d54828299 -r b69d5e0eb3b9 tools/gcc/Makefile
--- a/tools/gcc/Makefile Thu May 31 21:01:06 2012 +0000
+++ b/tools/gcc/Makefile Thu May 31 21:02:02 2012 +0000
@@ -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 @@
--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})
Home |
Main Index |
Thread Index |
Old Index