summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:47:47 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:47:47 (GMT)
commit3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 (patch)
tree8c36e75f08741e956fcf9fcd0e09f5a1eafc4758 /config/cc
parentc6689215d15cba83404b6f4e67ddedb2c2ea1a48 (diff)
complibs: split-up selection for individual libs
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index cbb16ab..3f336df 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -102,13 +102,16 @@ endchoice
config CC_GCC_4_3_or_later
bool
default n
- select GMP_MPFR
+ select GMP
+ select MPFR
config CC_GCC_4_4_or_later
bool
default n
select CC_GCC_4_3_or_later
- select PPL_CLOOG_MPC
+ select PPL
+ select CLOOG
+ select MPC
config CC_VERSION
string