summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-09-09 23:16:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-09-09 23:16:26 (GMT)
commit4c326c29241784efbda7494c09068a103397b2f4 (patch)
treeedc419fff45b11980054bd06f89dd8d16f152323 /config
parente9a2a86d4dbddff64c7ccda60d7fa8ec2c498d9b (diff)
complibs: fix dependencies
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r--config/companion_libs.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in
index ef728c0..4ad1fdd 100644
--- a/config/companion_libs.in
+++ b/config/companion_libs.in
@@ -4,8 +4,6 @@
menu "Companion libraries"
-comment "FIXME: check real dependencies!!!"
-
config COMPLIBS
bool
default n
@@ -26,13 +24,11 @@ config MPFR
config PPL
bool
select GMP
- select MPFR
select COMPLIBS
config CLOOG
bool
select GMP
- select MPFR
select PPL
select COMPLIBS
@@ -40,8 +36,6 @@ config MPC
bool
select GMP
select MPFR
- select PPL
- select CLOOG
select COMPLIBS
config LIBELF