mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).
Thanks Robert P. J. DAY for reminding me to tag old versions as being OBSOLETE! ;-)
This commit is contained in:
parent
27a35f6d84
commit
f363a4c3d5
@ -26,19 +26,23 @@ config CC_V_3_4_6
|
|||||||
|
|
||||||
config CC_V_4_0_0
|
config CC_V_4_0_0
|
||||||
bool
|
bool
|
||||||
prompt "4.0.0"
|
prompt "4.0.0 (OBSOLETE)"
|
||||||
|
depends on OBSOLETE
|
||||||
|
|
||||||
config CC_V_4_0_1
|
config CC_V_4_0_1
|
||||||
bool
|
bool
|
||||||
prompt "4.0.1"
|
prompt "4.0.1 (OBSOLETE)"
|
||||||
|
depends on OBSOLETE
|
||||||
|
|
||||||
config CC_V_4_0_2
|
config CC_V_4_0_2
|
||||||
bool
|
bool
|
||||||
prompt "4.0.2"
|
prompt "4.0.2 (OBSOLETE)"
|
||||||
|
depends on OBSOLETE
|
||||||
|
|
||||||
config CC_V_4_0_3
|
config CC_V_4_0_3
|
||||||
bool
|
bool
|
||||||
prompt "4.0.3"
|
prompt "4.0.3 (OBSOLETE)"
|
||||||
|
depends on OBSOLETE
|
||||||
|
|
||||||
config CC_V_4_0_4
|
config CC_V_4_0_4
|
||||||
bool
|
bool
|
||||||
@ -46,11 +50,13 @@ config CC_V_4_0_4
|
|||||||
|
|
||||||
config CC_V_4_1_0
|
config CC_V_4_1_0
|
||||||
bool
|
bool
|
||||||
prompt "4.1.0"
|
prompt "4.1.0 (OBSOLETE)"
|
||||||
|
depends on OBSOLETE
|
||||||
|
|
||||||
config CC_V_4_1_1
|
config CC_V_4_1_1
|
||||||
bool
|
bool
|
||||||
prompt "4.1.1"
|
prompt "4.1.1 (OBSOLETE)"
|
||||||
|
depends on OBSOLETE
|
||||||
|
|
||||||
config CC_V_4_1_2
|
config CC_V_4_1_2
|
||||||
bool
|
bool
|
||||||
@ -67,6 +73,10 @@ config CC_V_4_2_1
|
|||||||
config CC_V_4_2_2
|
config CC_V_4_2_2
|
||||||
bool
|
bool
|
||||||
prompt "4.2.2"
|
prompt "4.2.2"
|
||||||
|
|
||||||
|
config CC_V_4_2_3
|
||||||
|
bool
|
||||||
|
prompt "4.2.3 (EXPERIMENTAL)"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
@ -90,6 +100,7 @@ config CC_VERSION
|
|||||||
default "4.2.0" if CC_V_4_2_0
|
default "4.2.0" if CC_V_4_2_0
|
||||||
default "4.2.1" if CC_V_4_2_1
|
default "4.2.1" if CC_V_4_2_1
|
||||||
default "4.2.2" if CC_V_4_2_2
|
default "4.2.2" if CC_V_4_2_2
|
||||||
|
default "4.2.3" if CC_V_4_2_3
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user