Add EXPERIMENTAL gcc-4.2.2.

This commit is contained in:
Yann E. MORIN" 2007-10-30 19:18:11 +00:00
parent e86ddb6bbc
commit 66fc264900

View File

@ -64,6 +64,11 @@ config CC_V_4_2_1
bool
prompt "4.2.1"
config CC_V_4_2_2
bool
prompt "4.2.2"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -84,6 +89,7 @@ config CC_VERSION
default "4.1.2" if CC_V_4_1_2
default "4.2.0" if CC_V_4_2_0
default "4.2.1" if CC_V_4_2_1
default "4.2.2" if CC_V_4_2_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!