mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
cc/gcc: update Linaro GCC revisions to 2012.04
Update Linaro GCC with the latest available revisions. The 4.7 revision is also released, but the infrastructure is not yet ready for it in CT-NG. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
41e1c33026
commit
5b9731e108
@ -36,9 +36,9 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CC_V_linaro_4_6_2012_03
|
||||
config CC_V_linaro_4_6_2012_04
|
||||
bool
|
||||
prompt "linaro-4.6-2012.03 (EXPERIMENTAL)"
|
||||
prompt "linaro-4.6-2012.04 (EXPERIMENTAL)"
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_6
|
||||
|
||||
@ -331,7 +331,7 @@ config CC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03
|
||||
default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04
|
||||
default "4.6.3" if CC_V_4_6_3
|
||||
default "4.6.2" if CC_V_4_6_2
|
||||
default "4.6.1" if CC_V_4_6_1
|
||||
|
Loading…
Reference in New Issue
Block a user