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" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2012-05-02 21:09:29 +02:00
parent 817c24034e
commit 6121776594
5 changed files with 11 additions and 20 deletions

View File

@ -8,8 +8,7 @@ choice
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

View File

@ -8,13 +8,11 @@ choice
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

View File

@ -8,13 +8,12 @@ choice
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

View File

@ -8,13 +8,11 @@ choice
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

View File

@ -8,20 +8,17 @@ choice
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