complibs: fix dependencies

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2010-09-10 01:16:26 +02:00
parent e9a2a86d4d
commit 4c326c2924

View File

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