config/companion_libs.in
changeset 2099 1bb063c8a0ca
parent 1892 af092b4bf65c
child 2102 62834fa05290
     1.1 --- a/config/companion_libs.in	Sun Apr 11 00:47:23 2010 +0200
     1.2 +++ b/config/companion_libs.in	Mon Aug 23 23:18:49 2010 +0200
     1.3 @@ -102,57 +102,22 @@
     1.4        can say 'Y' here, although it is unknown yet if any other component
     1.5        can use it.
     1.6  
     1.7 -config GMP_TARGET
     1.8 -    bool
     1.9 -
    1.10 -config MPFR_TARGET
    1.11 -    bool
    1.12 -    select GMP_TARGET
    1.13 -
    1.14 -config PPL_TARGET
    1.15 -    bool
    1.16 -    select GMP_TARGET
    1.17 -    select MPFR_TARGET
    1.18 -
    1.19 -config CLOOG_TARGET
    1.20 -    bool
    1.21 -    select GMP_TARGET
    1.22 -    select MPFR_TARGET
    1.23 -    select PPL_TARGET
    1.24 -
    1.25 -config MPC_TARGET
    1.26 -    bool
    1.27 -    select GMP_TARGET
    1.28 -    select MPFR_TARGET
    1.29 -    select PPL_TARGET
    1.30 -    select CLOOG_TARGET
    1.31 -
    1.32  config LIBELF_TARGET
    1.33      bool
    1.34  
    1.35 -if GMP || GMP_TARGET
    1.36 -comment "GMP version needed to build for target"
    1.37 -    depends on !GMP
    1.38 +if GMP
    1.39  source "config/companion_libs/gmp.in"
    1.40  endif
    1.41 -if MPFR || MPFR_TARGET
    1.42 -comment "MPFR version needed to build for target"
    1.43 -    depends on !MPFR
    1.44 +if MPFR
    1.45  source "config/companion_libs/mpfr.in"
    1.46  endif
    1.47 -if PPL || PPL_TARGET
    1.48 -comment "PPL version needed to build for target"
    1.49 -    depends on !PPL
    1.50 +if PPL
    1.51  source "config/companion_libs/ppl.in"
    1.52  endif
    1.53 -if CLOOG || CLOOG_TARGET
    1.54 -comment "CLOOG version needed to build for target"
    1.55 -    depends on !CLOOG
    1.56 +if CLOOG
    1.57  source "config/companion_libs/cloog.in"
    1.58  endif
    1.59 -if MPC || MPC_TARGET
    1.60 -comment "MPC version needed to build for target"
    1.61 -    depends on !MPC
    1.62 +if MPC
    1.63  source "config/companion_libs/mpc.in"
    1.64  endif
    1.65  if LIBELF || LIBELF_TARGET