summaryrefslogtreecommitdiff
path: root/config/cc_gcc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc_gcc.in')
-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 3e64b7f..974dd2c 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -92,6 +92,10 @@ config CC_V_4_1_1
bool
prompt "4.1.1"
+config CC_V_4_1_2
+ bool
+ prompt "4.1.2"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -120,6 +124,7 @@ config CC_VERSION
default "4.0.4" if CC_V_4_0_4
default "4.1.0" if CC_V_4_1_0
default "4.1.1" if CC_V_4_1_1
+ default "4.1.2" if CC_V_4_1_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!