mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-24 19:34:19 +00:00
[cc-gcc] Add latest versions
Add gcc-4.4.1
This commit is contained in:
parent
961bf299cd
commit
200c8a2c91
@ -118,6 +118,13 @@ config CC_V_4_4_0
|
||||
select CC_GCC_4_3_or_later
|
||||
select CC_GCC_4_4_or_later
|
||||
|
||||
config CC_V_4_4_1
|
||||
bool
|
||||
prompt "4.4.1 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
select CC_GCC_4_3_or_later
|
||||
select CC_GCC_4_4_or_later
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -155,6 +162,7 @@ config CC_VERSION
|
||||
default "4.3.2" if CC_V_4_3_2
|
||||
default "4.3.3" if CC_V_4_3_3
|
||||
default "4.4.0" if CC_V_4_4_0
|
||||
default "4.4.1" if CC_V_4_4_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user