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/gcc-ooo | |
parent | 6d4b05a496571d34f3f8be674d07fc43fcd2b7c4 (diff) | |
download | freebsd-ports-graphics-5c33dc51398675d7230fabc0ec263521d59136f9.tar.gz freebsd-ports-graphics-5c33dc51398675d7230fabc0ec263521d59136f9.tar.zst freebsd-ports-graphics-5c33dc51398675d7230fabc0ec263521d59136f9.zip |
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Diffstat (limited to 'lang/gcc-ooo')
-rw-r--r-- | lang/gcc-ooo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index e073f16f465..330e0a71629 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/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 |