mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
gcc: Update linaro 4.7 and 4.8 (Attempt 2)
I messed up the previous commit.
I only updated half the config file, and the latest 4.8 is 2014.08.
🤦
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
055abbbb57
commit
6bc5ff9ce8
@ -53,7 +53,7 @@ config CC_V_4_9_0
|
||||
|
||||
config CC_V_linaro_4_8
|
||||
bool
|
||||
prompt "linaro-4.8-2014.04"
|
||||
prompt "linaro-4.8-2014.08"
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_8
|
||||
|
||||
@ -500,12 +500,12 @@ config CC_VERSION
|
||||
default "4.9.2" if CC_V_4_9_2
|
||||
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 "linaro-4.8-2014.08" if CC_V_linaro_4_8
|
||||
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
|
||||
default "4.8.0" if CC_V_4_8_0
|
||||
default "linaro-4.7-2014.01" if CC_V_linaro_4_7
|
||||
default "linaro-4.7-2014.06" if CC_V_linaro_4_7
|
||||
default "4.7.4" if CC_V_4_7_4
|
||||
default "4.7.3" if CC_V_4_7_3
|
||||
default "4.7.2" if CC_V_4_7_2
|
||||
|
Loading…
Reference in New Issue
Block a user