1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Now that gold is built in devel/binutils in 9.0 and later, make the

LTO option available.
This commit is contained in:
Brooks Davis 2012-03-03 03:48:16 +00:00
parent f82c5a1ab6
commit fa3060ce80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292561

View File

@ -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