From 907141d9534f43018c5288d20dea785b2cc299ff Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 19 Jul 2008 12:17:26 +0000 Subject: 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(+) --- config/cc/gcc.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 07cdc400..88ebf121 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 -- cgit v1.2.3