summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-19 12:17:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-19 12:17:26 (GMT)
commit907141d9534f43018c5288d20dea785b2cc299ff (patch)
treee6954b3a11d8379d8d49546125a57e993572415e /config
parent709299f2912bfb796b42497f6037a9c9a89f0a8f (diff)
Add gcc-4.2.4, with patches propagated from 4.2.3.
/trunk/config/cc/gcc.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
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