summaryrefslogtreecommitdiff
path: root/config/companion_libs.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-20 07:27:21 (GMT)
committerGitHub <noreply@github.com>2017-02-20 07:27:21 (GMT)
commit6a1b5a3d7723d9b45df2f0dc0f0d2b7fdfc11d73 (patch)
tree4d8fd739374f6852777a2ce5823dadeb143d223d /config/companion_libs.in
parentabcb548d189be00d3c48d50b3e14e94613200c21 (diff)
parentd20091d730f896155462333bbd770eb6e4946a52 (diff)
Merge pull request #608 from stilor/static-no-plugins
Disable LTO for static toolchain
Diffstat (limited to 'config/companion_libs.in')
-rw-r--r--config/companion_libs.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in
index 02f2ecb..fae49ec 100644
--- a/config/companion_libs.in
+++ b/config/companion_libs.in
@@ -19,12 +19,12 @@ config GETTEXT_NEEDED
select COMPLIBS_NEEDED
config GMP_NEEDED
- bool
+ def_bool y
select GMP
select COMPLIBS_NEEDED
config MPFR_NEEDED
- bool
+ def_bool y
select MPFR
select COMPLIBS_NEEDED
@@ -39,7 +39,7 @@ config CLOOG_NEEDED
select COMPLIBS_NEEDED
config MPC_NEEDED
- bool
+ def_bool y
select MPC
select COMPLIBS_NEEDED