mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
cc/gcc: add gcc 4.9.2
added the latest gcc 4.9.2 Signed-off-by: Daniel Zimmermann <netzimme@gmail.com> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
75b3e0f6a2
commit
c7d9c37447
@ -36,6 +36,11 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config CC_V_4_9_2
|
||||||
|
bool
|
||||||
|
prompt "4.9.2"
|
||||||
|
select CC_GCC_4_9
|
||||||
|
|
||||||
config CC_V_4_9_1
|
config CC_V_4_9_1
|
||||||
bool
|
bool
|
||||||
prompt "4.9.1"
|
prompt "4.9.1"
|
||||||
@ -492,6 +497,7 @@ config CC_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
|
default "4.9.2" if CC_V_4_9_2
|
||||||
default "4.9.1" if CC_V_4_9_1
|
default "4.9.1" if CC_V_4_9_1
|
||||||
default "4.9.0" if CC_V_4_9_0
|
default "4.9.0" if CC_V_4_9_0
|
||||||
default "linaro-4.8-2014.01" if CC_V_linaro_4_8
|
default "linaro-4.8-2014.01" if CC_V_linaro_4_8
|
||||||
|
Loading…
Reference in New Issue
Block a user