mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
cc/gcc: add 4.9.1
Signed-off-by: Cody P Schafer <dev@codyps.com>
This commit is contained in:
parent
975d24cb35
commit
d0c8506e67
@ -36,6 +36,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CC_V_4_9_1
|
||||
bool
|
||||
prompt "4.9.1"
|
||||
select CC_GCC_4_9
|
||||
|
||||
config CC_V_4_9_0
|
||||
bool
|
||||
prompt "4.9.0"
|
||||
@ -481,6 +486,7 @@ config CC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "4.9.1" if CC_V_4_9_1
|
||||
default "4.9.0" if CC_V_4_9_0
|
||||
default "linaro-4.8-2014.01" if CC_V_linaro_4_8
|
||||
default "4.8.3" if CC_V_4_8_3
|
||||
|
Loading…
Reference in New Issue
Block a user