diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-09-10 01:16:26 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-09-10 01:16:26 +0200 |
commit | 4c326c29241784efbda7494c09068a103397b2f4 (patch) | |
tree | edc419fff45b11980054bd06f89dd8d16f152323 | |
parent | e9a2a86d4dbddff64c7ccda60d7fa8ec2c498d9b (diff) | |
download | crosstool-ng-4c326c29241784efbda7494c09068a103397b2f4.tar.gz crosstool-ng-4c326c29241784efbda7494c09068a103397b2f4.tar.bz2 crosstool-ng-4c326c29241784efbda7494c09068a103397b2f4.zip |
complibs: fix dependencies
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | config/companion_libs.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in index ef728c05..4ad1fdd8 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 |