Add menu entries for gcc-4.3.{0,1} as EXPERIMENTAL features.

/trunk/config/cc/gcc.in |   14    14     0     0 ++++++++++++++
 1 file changed, 14 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-06-09 16:39:49 +00:00
parent 09cfab7cee
commit fbe7ce3c5e

View File

@ -79,6 +79,18 @@ config CC_V_4_2_3
prompt "4.2.3 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config CC_V_4_3_0
bool
prompt "4.3.0 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_3_or_later
config CC_V_4_3_1
bool
prompt "4.3.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_3_or_later
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -101,6 +113,8 @@ config CC_VERSION
default "4.2.1" if CC_V_4_2_1
default "4.2.2" if CC_V_4_2_2
default "4.2.3" if CC_V_4_2_3
default "4.3.0" if CC_V_4_3_0
default "4.3.1" if CC_V_4_3_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!