mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 00:26:55 +00:00
Add EXPERIMENTAL gcc-4.2.2.
This commit is contained in:
parent
e86ddb6bbc
commit
66fc264900
@ -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!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user