summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-04 14:38:41 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-04 14:38:41 (GMT)
commitf2d6a841359b6ce1c08a3eecc8911e0273af0116 (patch)
treef0501e1540b76c187ce6e5579e984d4789f474b2 /config/cc/gcc.in
parent7593ffbf36d682d1358722ca16c939366bf620cb (diff)
Remove support for gcc-2.95.3, it has never ever been tested.
/trunk/config/cc/gcc.in | 6 0 6 0 ------ /trunk/scripts/build/libc/glibc.sh | 4 0 4 0 ---- /trunk/scripts/build/libc/uClibc.sh | 4 0 4 0 ---- 3 files changed, 14 deletions(-)
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index ededcae..610ac59 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -17,11 +17,6 @@ choice
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 @@ endchoice
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