Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/tools/gcc Pull up following revision(s) (requested by dog...



details:   https://anonhg.NetBSD.org/src/rev/109f1220f2a4
branches:  netbsd-6
changeset: 774302:109f1220f2a4
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Jul 05 17:20:06 2012 +0000

description:
Pull up following revision(s) (requested by dogcow in ticket #390):
        tools/gcc/Makefile: revision 1.51
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 f5ba3bde2a1e -r 109f1220f2a4 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Wed Jul 04 21:05:38 2012 +0000
+++ b/tools/gcc/Makefile        Thu Jul 05 17:20:06 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.50 2012/01/10 12:27:54 skrll Exp $
+#      $NetBSD: Makefile,v 1.50.2.1 2012/07/05 17:20:06 riz 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