aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-03-19 00:21:58 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-03-19 00:21:58 +0000
commit83bb53137b6ea6e245b3328015939f74596250bd (patch)
tree1f887c68d71cf0b68afe4e23704a5b80c729aed2 /lang/gcc47/Makefile
parentc1ec3882dd5593a68fa370ac97467560acc1251e (diff)
downloadports-83bb53137b6ea6e245b3328015939f74596250bd.tar.gz
ports-83bb53137b6ea6e245b3328015939f74596250bd.zip
Notes
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r--lang/gcc47/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 9b16eb17f400..75a0467dab8f 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc
-PORTVERSION= 4.6.0.20110305
+PORTVERSION= 4.6.0.20110312
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -43,17 +43,10 @@ MAKE_JOBS_SAFE= yes
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
-OPTIONS= LTO "Enable link-time optimizations (LTO)" off \
- JAVA "Enable the Java frontend (i386 and amd64 only)" on
+OPTIONS= JAVA "Enable the Java frontend (i386 and amd64 only)" on
.include <bsd.port.pre.mk>
-.if defined(WITH_LTO)
-CONFIGURE_ARGS+= --enable-lto=yes
-.else
-CONFIGURE_ARGS+= --enable-lto=no
-.endif
-
.if ${ARCH} != i386 && ${ARCH} != amd64
WITHOUT_JAVA= yes
.endif