diff options
author | gerald <gerald@FreeBSD.org> | 2003-05-06 11:45:22 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-05-06 11:45:22 +0000 |
commit | 5c33dc51398675d7230fabc0ec263521d59136f9 (patch) | |
tree | 5613b96ae2e0bf38154ad6f923683e84f3f1e414 /lang/gcc33 | |
parent | 6d4b05a496571d34f3f8be674d07fc43fcd2b7c4 (diff) | |
download | FreeBSD-ports-5c33dc51398675d7230fabc0ec263521d59136f9.zip FreeBSD-ports-5c33dc51398675d7230fabc0ec263521d59136f9.tar.gz |
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index e073f16..330e0a7 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/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 |