cc/gcc: remove EXPERIMENTAL for gcc-4.4

This commit is contained in:
Yann E. MORIN" 2010-01-31 12:22:54 +01:00
parent 754060b02e
commit 51965ce920

View File

@ -21,29 +21,25 @@ choice
config CC_V_4_4_3
bool
prompt "4.4.3 (EXPERIMENTAL)"
depends on EXPERIMENTAL
prompt "4.4.3"
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
config CC_V_4_4_2
bool
prompt "4.4.2 (EXPERIMENTAL)"
depends on EXPERIMENTAL
prompt "4.4.2"
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
config CC_V_4_4_1
bool
prompt "4.4.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
prompt "4.4.1"
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
config CC_V_4_4_0
bool
prompt "4.4.0 (EXPERIMENTAL)"
depends on EXPERIMENTAL
prompt "4.4.0"
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later