# HG changeset patch # User "Yann E. MORIN" # Date 1335985769 -7200 # Node ID 3e2f2100a76daa0a6d0a97c9f71b1ceacd403fe7 # Parent b0f1b871171600f35d44bc47d38e202be3332b11 complibs: remove experimental from versions selection Since I removed EXPERIMENTAL to most of gcc versions, the configuration is now broken, as the required companion libraries versions are not selectable, as they are still hidden behind EXPERIMENTAL. Reported-by: Claudio Henrique Fortes Felix (chffelix on irc://irc.freenode.net/crosstool-ng) Signed-off-by: "Yann E. MORIN" diff -r b0f1b8711716 -r 3e2f2100a76d config/companion_libs/cloog.in --- a/config/companion_libs/cloog.in Mon Apr 30 18:14:13 2012 +0200 +++ b/config/companion_libs/cloog.in Wed May 02 21:09:29 2012 +0200 @@ -8,8 +8,7 @@ config CLOOG_V_0_15_11 bool - prompt "0.15.11 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.15.11" select CLOOG_0_15_1x config CLOOG_V_0_15_10 diff -r b0f1b8711716 -r 3e2f2100a76d config/companion_libs/gmp.in --- a/config/companion_libs/gmp.in Mon Apr 30 18:14:13 2012 +0200 +++ b/config/companion_libs/gmp.in Wed May 02 21:09:29 2012 +0200 @@ -8,13 +8,11 @@ config GMP_V_5_0_2 bool - prompt "5.0.2 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "5.0.2" config GMP_V_5_0_1 bool - prompt "5.0.1 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "5.0.1" config GMP_V_4_3_2 bool diff -r b0f1b8711716 -r 3e2f2100a76d config/companion_libs/mpc.in --- a/config/companion_libs/mpc.in Mon Apr 30 18:14:13 2012 +0200 +++ b/config/companion_libs/mpc.in Wed May 02 21:09:29 2012 +0200 @@ -8,13 +8,12 @@ config MPC_V_0_9 bool - prompt "0.9 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.9" config MPC_V_0_8_2 bool - prompt "0.8.2 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.8.2" + config MPC_V_0_8_1 bool diff -r b0f1b8711716 -r 3e2f2100a76d config/companion_libs/mpfr.in --- a/config/companion_libs/mpfr.in Mon Apr 30 18:14:13 2012 +0200 +++ b/config/companion_libs/mpfr.in Wed May 02 21:09:29 2012 +0200 @@ -8,13 +8,11 @@ config MPFR_V_3_1_0 bool - prompt "3.1.0 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "3.1.0" config MPFR_V_3_0_1 bool - prompt "3.0.1 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "3.0.1" config MPFR_V_3_0_0 bool diff -r b0f1b8711716 -r 3e2f2100a76d config/companion_libs/ppl.in --- a/config/companion_libs/ppl.in Mon Apr 30 18:14:13 2012 +0200 +++ b/config/companion_libs/ppl.in Wed May 02 21:09:29 2012 +0200 @@ -8,20 +8,17 @@ config PPL_V_0_11_2 bool - prompt "0.11.2 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.11.2" select PPL_0_11 config PPL_V_0_11_1 bool - prompt "0.11.1 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.11.1" select PPL_0_11 config PPL_V_0_11 bool - prompt "0.11 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "0.11" select PPL_0_11 config PPL_V_0_10_2