summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-29 19:15:27 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-29 19:15:27 (GMT)
commitaf1ecbd4f3844b51f5df38e7f44363714f60509d (patch)
treeeb6764b244657d5db22e5e9687ea42a683994dc1
parentccd9e55838829dd69d08b4419444533373293c08 (diff)
Add gcc-4.2.1.
-rw-r--r--config/cc_core_gcc.in5
-rw-r--r--config/cc_gcc.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/config/cc_core_gcc.in b/config/cc_core_gcc.in
index dfaaacf..5b5efd7 100644
--- a/config/cc_core_gcc.in
+++ b/config/cc_core_gcc.in
@@ -118,6 +118,10 @@ config CC_CORE_V_4_2_0
bool
prompt "4.2.0"
+config CC_CORE_V_4_2_1
+ bool
+ prompt "4.2.1"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -149,6 +153,7 @@ config CC_CORE_VERSION
default "4.1.1" if CC_CORE_V_4_1_1
default "4.1.2" if CC_CORE_V_4_1_2
default "4.2.0" if CC_CORE_V_4_2_0
+ default "4.2.1" if CC_CORE_V_4_2_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index a94cce5..370381d 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -118,6 +118,10 @@ config CC_V_4_2_0
bool
prompt "4.2.0"
+config CC_V_4_2_1
+ bool
+ prompt "4.2.1"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -149,6 +153,7 @@ config CC_VERSION
default "4.1.1" if CC_V_4_1_1
default "4.1.2" if CC_V_4_1_2
default "4.2.0" if CC_V_4_2_0
+ default "4.2.1" if CC_V_4_2_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!