summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-01-14 07:10:39 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-01-14 07:10:39 (GMT)
commit7c7b882c8fb6a8d302db9ba4984b2417aae03cfe (patch)
treea76cb6f9a9ccaec38ff5af02bba3ccd7280f3138 /config
parente549e3cc2a18343c22e757f90c328e9b1e3bcada (diff)
parent72e05e7ab1729dd75669d11faf061db165f672c2 (diff)
Merge pull request #32 from manni83/e500v2
Adding upstream patches of powerpc-e500v2-linux-gnuspe
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 5c2d98f..95abde6 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -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