Module Name: src
Committed By: skrll
Date: Sun Oct 20 17:10:15 UTC 2013
Modified Files:
src/tools/gcc: Makefile
Log Message:
g/c VAX_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/tools/gcc/Makefile:1.58
--- src/tools/gcc/Makefile:1.57 Thu Jul 18 22:00:48 2013
+++ src/tools/gcc/Makefile Sun Oct 20 17:10:15 2013
@@ -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 @@ MKNATIVE_TARGET= gcc4
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 @@ COMMON_CONFIGURE_ARGS= --target=${MACHIN
--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}}