mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
Added gcc 4.8.4.
Signed-off-by: Manfred Rudigier <manfred.rudigier@omicron.at>
This commit is contained in:
parent
2ba44bb761
commit
8f76d130c7
@ -57,6 +57,11 @@ config CC_V_linaro_4_8
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_8
|
||||
|
||||
config CC_V_4_8_4
|
||||
bool
|
||||
prompt "4.8.4"
|
||||
select CC_GCC_4_8
|
||||
|
||||
config CC_V_4_8_3
|
||||
bool
|
||||
prompt "4.8.3"
|
||||
@ -501,6 +506,7 @@ config CC_VERSION
|
||||
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.04" if CC_V_linaro_4_8
|
||||
default "4.8.4" if CC_V_4_8_4
|
||||
default "4.8.3" if CC_V_4_8_3
|
||||
default "4.8.2" if CC_V_4_8_2
|
||||
default "4.8.1" if CC_V_4_8_1
|
||||
|
Loading…
x
Reference in New Issue
Block a user