diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-06 11:42:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-06 11:42:56 +0000 |
commit | 507624f28d9ccdee9a2e2ceda00cecdc743724aa (patch) | |
tree | 64c1e869b39ebc29601a7eacbb68851a42667cd6 | |
parent | Change MAINTAINER. (diff) |
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Also, we don't need USE_BISON for GCC releases.
-rw-r--r-- | lang/gcc32/Makefile | 3 |
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 |