mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
Add updated gcc 4.6.3
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
16d05ba0b9
commit
f2444f0b9d
@ -42,6 +42,12 @@ config CC_V_linaro_4_6_2012_02
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_6
|
||||
|
||||
config CC_V_4_6_3
|
||||
bool
|
||||
prompt "4.6.3 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
select CC_GCC_4_6
|
||||
|
||||
config CC_V_4_6_2
|
||||
bool
|
||||
prompt "4.6.2 (EXPERIMENTAL)"
|
||||
@ -326,6 +332,7 @@ config CC_VERSION
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "linaro-4.6-2012.02" if CC_V_linaro_4_6_2012_02
|
||||
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
|
||||
default "4.6.0" if CC_V_4_6_0
|
||||
|
Loading…
Reference in New Issue
Block a user