mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
cc/gcc: add 4.8.1
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
5c1b8f84d6
commit
5b5a1ade7f
@ -42,6 +42,11 @@ config CC_V_linaro_4_8
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_8
|
||||
|
||||
config CC_V_4_8_1
|
||||
bool
|
||||
prompt "4.8.1"
|
||||
select CC_GCC_4_8
|
||||
|
||||
config CC_V_4_8_0
|
||||
bool
|
||||
prompt "4.8.0"
|
||||
@ -441,6 +446,7 @@ config CC_VERSION
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "linaro-4.8-2013.06-1" if CC_V_linaro_4_8
|
||||
default "4.8.1" if CC_V_4_8_1
|
||||
default "4.8.0" if CC_V_4_8_0
|
||||
default "linaro-4.7-2013.06-1" if CC_V_linaro_4_7
|
||||
default "4.7.3" if CC_V_4_7_3
|
||||
|
Loading…
Reference in New Issue
Block a user