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.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 39043a7..d0ff4ab 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -16,6 +16,8 @@ config CC_gcc
choice
bool
prompt "gcc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config CC_V_4_4_1
bool
@@ -130,8 +132,6 @@ config CC_V_3_2_3
prompt "3.2.3 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
endchoice
config CC_GCC_4_3_or_later
@@ -146,6 +146,8 @@ config CC_GCC_4_4_or_later
config CC_VERSION
string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0
default "4.3.4" if CC_V_4_3_4
@@ -169,8 +171,6 @@ config CC_VERSION
default "3.4.6" if CC_V_3_4_6
default "3.3.6" if CC_V_3_3_6
default "3.2.3" if CC_V_3_2_3
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
config CC_CXA_ATEXIT
bool