This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1 of 3] complibs: fix dependencies


# 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]