summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-10-03 21:11:27 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-10-03 21:11:27 (GMT)
commitb5246455170a0883704ee1591762f6cc8daba2ba (patch)
treeed75a4e0e623e0b322deb4822a46881dc28b218f /config/cc/gcc.in
parentcb1a6420e9355e5095788f425f72f78ed8e7df66 (diff)
complibs: introduce a two-stage select
Directly select-ing the required companion libraries means we can not disable them. That's OK for now, as we systematically build them when they are required. But with distros coming up-to-speed, we will need to disable the build later-on. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index f2a1100..979abaa 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -161,24 +161,24 @@ config CC_GCC_HAS_LTO
config CC_GCC_USE_GMP_MPFR
bool
default n
- select GMP
- select MPFR
+ select GMP_NEEDED
+ select MPFR_NEEDED
config CC_GCC_USE_PPL_CLOOG
bool
default n
- select PPL
- select CLOOG
+ select PPL_NEEDED
+ select CLOOG_NEEDED
config CC_GCC_USE_MPC
bool
default n
- select MPC
+ select MPC_NEEDED
config CC_GCC_USE_LIBELF
bool
default n
- select LIBELF
+ select LIBELF_NEEDED
config CC_VERSION
string