summaryrefslogtreecommitdiff
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-05-06 11:42:56 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-05-06 11:42:56 +0000
commit507624f28d9ccdee9a2e2ceda00cecdc743724aa (patch)
tree64c1e869b39ebc29601a7eacbb68851a42667cd6 /lang/gcc32/Makefile
parentChange MAINTAINER. (diff)
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Also, we don't need USE_BISON for GCC releases.
Notes
Notes: svn path=/head/; revision=80259
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index f82043f4d950..c4b686a9e2ea 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -56,8 +56,7 @@ PLIST_SUB= GCC_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET} \
PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_BISON= yes
-CONFIGURE_ARGS= --disable-nls --with-gnu-as --with-gnu-ld \
+CONFIGURE_ARGS= --disable-nls \
--with-gxx-include-dir=${TARGLIB}/include/g++-v3
#CONFIGURE_ARGS+= --program-suffix=32
CONFIGURE_ARGS+= --with-system-zlib --includedir=${TARGLIB}/include/Java