summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 07cdc40..88ebf12 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -78,6 +78,10 @@ config CC_V_4_2_3
bool
prompt "4.2.3"
+config CC_V_4_2_4
+ bool
+ prompt "4.2.4"
+
config CC_V_4_3_0
bool
prompt "4.3.0 (EXPERIMENTAL)"
@@ -112,6 +116,7 @@ config CC_VERSION
default "4.2.1" if CC_V_4_2_1
default "4.2.2" if CC_V_4_2_2
default "4.2.3" if CC_V_4_2_3
+ default "4.2.4" if CC_V_4_2_4
default "4.3.0" if CC_V_4_3_0
default "4.3.1" if CC_V_4_3_1
# CT_INSERT_VERSION_STRING_ABOVE