aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2012-03-03 03:48:16 +0000
committerBrooks Davis <brooks@FreeBSD.org>2012-03-03 03:48:16 +0000
commitfa3060ce8026a834a44d83db82f5510559f8462e (patch)
tree7377f622a33121ee11054448fb83baff41fc9aaa /devel/llvm-devel
parentf82c5a1ab6694cac93c7ccdb927721bb6c5eb139 (diff)
downloadports-fa3060ce8026a834a44d83db82f5510559f8462e.tar.gz
ports-fa3060ce8026a834a44d83db82f5510559f8462e.zip
Now that gold is built in devel/binutils in 9.0 and later, make the
LTO option available.
Notes
Notes: svn path=/head/; revision=292561
Diffstat (limited to 'devel/llvm-devel')
-rw-r--r--devel/llvm-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 5ee6b6806933..8b22fface40e 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -48,8 +48,8 @@ CONFIGURE_ARGS+= --enable-optimized
CONFIGURE_ARGS+= --enable-bindings=none
-OPTIONS= ASSERTS "Enable assertions (thread unsafe)" off
-# LTOPLUGIN "Build LTO plugin (requires gold)" off
+OPTIONS= ASSERTS "Enable assertions (thread unsafe)" off \
+ LTOPLUGIN "Build LTO plugin (requires gold)" off
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+= --disable-docs