Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc g/c VAX_CONFIGURE_ARGS



details:   https://anonhg.NetBSD.org/src/rev/78149fdda190
branches:  trunk
changeset: 790764:78149fdda190
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 20 17:10:15 2013 +0000

description:
g/c VAX_CONFIGURE_ARGS

diffstat:

 tools/gcc/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 8932a8eb71be -r 78149fdda190 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Sun Oct 20 16:00:20 2013 +0000
+++ b/tools/gcc/Makefile        Sun Oct 20 17:10:15 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.57 2013/07/18 22:00:48 matt Exp $
+#      $NetBSD: Makefile,v 1.58 2013/10/20 17:10:15 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -20,8 +20,6 @@
 
 BINENV=                /usr/bin/env -i
 
-VAX_CONFIGURE_ARGS=
-
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64"
 MULTILIB_ARGS= --enable-multilib
 .else
@@ -38,7 +36,6 @@
                        --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html \
                        --with-pkgversion="NetBSD nb1 20120916" \
                        --with-system-zlib \
-                       ${VAX_CONFIGURE_ARGS} \
                        --enable-__cxa_atexit
 .if defined(GCC_CONFIG_ARCH.${MACHINE_ARCH})
 COMMON_CONFIGURE_ARGS+=        --with-arch=${GCC_CONFIG_ARCH.${MACHINE_ARCH}}



Home | Main Index | Thread Index | Old Index