config/companion_libs.in
changeset 2484 d1a8c2ae7946
parent 2381 0ca0f85a4b2a
child 3216 bfad02f03c75
     1.1 --- a/config/companion_libs.in	Wed Apr 06 22:30:57 2011 +0200
     1.2 +++ b/config/companion_libs.in	Tue May 31 16:27:39 2011 +0200
     1.3 @@ -6,47 +6,39 @@
     1.4  
     1.5  config COMPLIBS_NEEDED
     1.6      bool
     1.7 -    default n
     1.8  
     1.9  config GMP_NEEDED
    1.10      bool
    1.11 -    default n
    1.12      select GMP
    1.13      select COMPLIBS_NEEDED
    1.14  
    1.15  config MPFR_NEEDED
    1.16      bool
    1.17 -    default n
    1.18      select MPFR
    1.19      select COMPLIBS_NEEDED
    1.20  
    1.21  config PPL_NEEDED
    1.22      bool
    1.23 -    default n
    1.24      select PPL
    1.25      select COMPLIBS_NEEDED
    1.26  
    1.27  config CLOOG_NEEDED
    1.28      bool
    1.29 -    default n
    1.30      select CLOOG
    1.31      select COMPLIBS_NEEDED
    1.32  
    1.33  config MPC_NEEDED
    1.34      bool
    1.35 -    default n
    1.36      select MPC
    1.37      select COMPLIBS_NEEDED
    1.38  
    1.39  config LIBELF_NEEDED
    1.40      bool
    1.41 -    default n
    1.42      select LIBELF
    1.43      select COMPLIBS_NEEDED
    1.44  
    1.45  config COMPLIBS
    1.46      bool
    1.47 -    default n
    1.48  
    1.49  config GMP
    1.50      bool
    1.51 @@ -112,7 +104,6 @@
    1.52  config COMPLIBS_CHECK
    1.53      bool
    1.54      prompt "Check the companion libraries builds (!!! READ HELP!!!)"
    1.55 -    default n
    1.56      help
    1.57        It is highly recommended to check the newly built companion libraries.
    1.58        Unfortunately, this is a very intensive task, and takes a loooong time.