mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
cc/gcc: add 4.5.0
This commit is contained in:
parent
3c160b2205
commit
8116e283fa
@ -19,6 +19,12 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CC_V_4_5_0
|
||||
bool
|
||||
prompt "4.5.0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
select CC_GCC_4_5_or_later
|
||||
|
||||
config CC_V_4_4_3
|
||||
bool
|
||||
prompt "4.4.3"
|
||||
@ -151,6 +157,7 @@ config CC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "4.5.0" if CC_V_4_5_0
|
||||
default "4.4.3" if CC_V_4_4_3
|
||||
default "4.4.2" if CC_V_4_4_2
|
||||
default "4.4.1" if CC_V_4_4_1
|
||||
|
Loading…
x
Reference in New Issue
Block a user