[PATCH 1 of 2] complibs: fix dependencies

Yann E. MORIN yann.morin.1998@anciens.enib.fr
Thu Sep 9 23:56:00 GMT 2010


# HG changeset patch
# User "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
# Date 1284074186 -7200
# Node ID 9a0470c96928832f97366bde032fba78f95586f1
# Parent  f5ab0a80e46616adb3619cc7c5d78d0ccd7ea697
complibs: fix dependencies

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

diff --git a/config/companion_libs.in b/config/companion_libs.in
--- 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 PPL
     bool
     select GMP
-    select MPFR
     select COMPLIBS
 
 config CLOOG
     bool
     select GMP
-    select MPFR
     select PPL
     select COMPLIBS
 
@@ -40,8 +36,6 @@
     bool
     select GMP
     select MPFR
-    select PPL
-    select CLOOG
     select COMPLIBS
 
 config LIBELF



--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list