summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-07-10 14:49:37 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-07-10 14:49:37 (GMT)
commit6c254bde8b23bc70653ffb9cfed03266c2ec2fe8 (patch)
tree4350ad20d5f4c771d788f370a49979435876a3de /config/cc/gcc.in
parentc8f591fd74f151dbe5b5d7f0040a2758afc5f4c8 (diff)
config: Add new gcc stable versions
This commit adds gcc 4.8.5 and 4.9.3. Release notes can be found in these urls: https://gcc.gnu.org/gcc-4.8/ https://gcc.gnu.org/gcc-4.9/ Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 4781060..28894b3 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -48,6 +48,11 @@ config CC_GCC_V_linaro_4_9
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_9
+config CC_GCC_V_4_9_3
+ bool
+ prompt "4.9.3"
+ select CC_GCC_4_9
+
config CC_GCC_V_4_9_2
bool
prompt "4.9.2"
@@ -69,6 +74,11 @@ config CC_GCC_V_linaro_4_8
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_8
+config CC_GCC_V_4_8_5
+ bool
+ prompt "4.8.5"
+ select CC_GCC_4_8
+
config CC_GCC_V_4_8_4
bool
prompt "4.8.4"
@@ -533,10 +543,12 @@ config CC_GCC_VERSION
# CT_INSERT_VERSION_STRING_BELOW
default "5.1.0" if CC_GCC_V_5_1_0
default "linaro-4.9-2015.03" if CC_GCC_V_linaro_4_9
+ default "4.9.3" if CC_GCC_V_4_9_3
default "4.9.2" if CC_GCC_V_4_9_2
default "4.9.1" if CC_GCC_V_4_9_1
default "4.9.0" if CC_GCC_V_4_9_0
default "linaro-4.8-2015.02" if CC_GCC_V_linaro_4_8
+ default "4.8.5" if CC_GCC_V_4_8_5
default "4.8.4" if CC_GCC_V_4_8_4
default "4.8.3" if CC_GCC_V_4_8_3
default "4.8.2" if CC_GCC_V_4_8_2