mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 08:10:07 +00:00
cc/gcc: Add gcc-4.6.2
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
486d1c141d
commit
a05793f11e
@ -42,6 +42,12 @@ config CC_V_linaro_4_6_2011_10
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_6
|
||||
|
||||
config CC_V_4_6_2
|
||||
bool
|
||||
prompt "4.6.2 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
select CC_GCC_4_6
|
||||
|
||||
config CC_V_4_6_1
|
||||
bool
|
||||
prompt "4.6.1 (EXPERIMENTAL)"
|
||||
@ -320,6 +326,7 @@ config CC_VERSION
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "linaro-4.6-2011.10" if CC_V_linaro_4_6_2011_10
|
||||
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
|
||||
default "linaro-4.5-2011.10" if CC_V_linaro_4_5_2011_10
|
||||
|
Loading…
x
Reference in New Issue
Block a user