diff -r 54fc137f9dc8 -r 4b7ed9da5a21 config/cc/gcc.in --- a/config/cc/gcc.in Mon Oct 13 16:58:52 2008 +0000 +++ b/config/cc/gcc.in Sun Jan 04 14:38:41 2009 +0000 @@ -17,11 +17,6 @@ bool prompt "gcc version" -config CC_V_2_95_3 - bool - prompt "2.95.3 (OBSOLETE)" - depends on OBSOLETE - config CC_V_3_2_3 bool prompt "3.2.3 (OBSOLETE)" @@ -117,7 +112,6 @@ config CC_VERSION string - default "2.95.3" if CC_V_2_95_3 default "3.2.3" if CC_V_3_2_3 default "3.3.6" if CC_V_3_3_6 default "3.4.6" if CC_V_3_4_6