summaryrefslogtreecommitdiff
path: root/config/cc_core_gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 22:56:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 22:56:04 (GMT)
commit1772045f66221f1dcc0cc5dba5adc862a280141a (patch)
tree2a15530e9d25cd6dacd4df5203ed5a405b3cfda5 /config/cc_core_gcc.in
parent28519997cb12e5f99bc83c8c221528fdd2e525fb (diff)
Add gcc-4.1.2 and update associated patches.
Diffstat (limited to 'config/cc_core_gcc.in')
-rw-r--r--config/cc_core_gcc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cc_core_gcc.in b/config/cc_core_gcc.in
index f922219..454f887 100644
--- a/config/cc_core_gcc.in
+++ b/config/cc_core_gcc.in
@@ -96,6 +96,10 @@ config CC_CORE_V_4_1_1
bool
prompt "4.1.1"
+config CC_CORE_V_4_1_2
+ bool
+ prompt "4.1.2"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -125,6 +129,7 @@ config CC_CORE_VERSION
default "4.0.4" if CC_CORE_V_4_0_4
default "4.1.0" if CC_CORE_V_4_1_0
default "4.1.1" if CC_CORE_V_4_1_1
+ default "4.1.2" if CC_CORE_V_4_1_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!