diff options
author | gerald <gerald@FreeBSD.org> | 2003-05-06 19:45:22 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-05-06 19:45:22 +0800 |
commit | 5c33dc51398675d7230fabc0ec263521d59136f9 (patch) | |
tree | 5613b96ae2e0bf38154ad6f923683e84f3f1e414 /lang/gcc34 | |
parent | 6d4b05a496571d34f3f8be674d07fc43fcd2b7c4 (diff) | |
download | freebsd-ports-gnome-5c33dc51398675d7230fabc0ec263521d59136f9.tar.gz freebsd-ports-gnome-5c33dc51398675d7230fabc0ec263521d59136f9.tar.zst freebsd-ports-gnome-5c33dc51398675d7230fabc0ec263521d59136f9.zip |
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index e073f16f465c..330e0a716290 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -56,7 +56,7 @@ PLIST_SUB= GCC_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET} \ 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/c++/${GCC_REV} #CONFIGURE_ARGS+= --program-suffix=33 # Java |