Add gcc-4.2.0 (EXPERIMENTAL) and some patches vampirised from buildroot (302 rediffed against 4.2.0).

This commit is contained in:
Yann E. MORIN" 2007-05-20 09:27:05 +00:00
parent f384c530ad
commit 1f9c0c4fdb
2 changed files with 12 additions and 0 deletions

View File

@ -114,6 +114,11 @@ config CC_CORE_V_4_1_2
bool
prompt "4.1.2"
config CC_CORE_V_4_2_0
bool
prompt "4.2.0"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -144,6 +149,7 @@ config CC_CORE_VERSION
default "4.1.0" if CC_CORE_V_4_1_0
default "4.1.1" if CC_CORE_V_4_1_1
default "4.1.2" if CC_CORE_V_4_1_2
default "4.2.0" if CC_CORE_V_4_2_0
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!

View File

@ -114,6 +114,11 @@ config CC_V_4_1_2
bool
prompt "4.1.2"
config CC_V_4_2_0
bool
prompt "4.2.0"
depends on EXPERIMENTAL
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -144,6 +149,7 @@ config CC_VERSION
default "4.1.0" if CC_V_4_1_0
default "4.1.1" if CC_V_4_1_1
default "4.1.2" if CC_V_4_1_2
default "4.2.0" if CC_V_4_2_0
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!