mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 16:40:49 +00:00
Add gcc-4.2.1.
This commit is contained in:
parent
ccd9e55838
commit
af1ecbd4f3
@ -118,6 +118,10 @@ config CC_CORE_V_4_2_0
|
||||
bool
|
||||
prompt "4.2.0"
|
||||
|
||||
config CC_CORE_V_4_2_1
|
||||
bool
|
||||
prompt "4.2.1"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -149,6 +153,7 @@ config CC_CORE_VERSION
|
||||
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
|
||||
default "4.2.1" if CC_CORE_V_4_2_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
@ -118,6 +118,10 @@ config CC_V_4_2_0
|
||||
bool
|
||||
prompt "4.2.0"
|
||||
|
||||
config CC_V_4_2_1
|
||||
bool
|
||||
prompt "4.2.1"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -149,6 +153,7 @@ config CC_VERSION
|
||||
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
|
||||
default "4.2.1" if CC_V_4_2_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user