Remove support for gcc-2.95.3, it has never ever been tested.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 04 14:38:41 2009 +0000 (2009-01-04)
changeset 11214b7ed9da5a21
parent 1120 ba7f344ed57f
child 1122 796d1143a1dc
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(-)
config/cc/gcc.in
scripts/build/libc/glibc.sh
scripts/build/libc/uClibc.sh
     1.1 --- a/config/cc/gcc.in	Sun Jan 04 14:35:25 2009 +0000
     1.2 +++ b/config/cc/gcc.in	Sun Jan 04 14:38:41 2009 +0000
     1.3 @@ -17,11 +17,6 @@
     1.4      bool
     1.5      prompt "gcc version"
     1.6  
     1.7 -config CC_V_2_95_3
     1.8 -    bool
     1.9 -    prompt "2.95.3 (OBSOLETE)"
    1.10 -    depends on OBSOLETE
    1.11 -
    1.12  config CC_V_3_2_3
    1.13      bool
    1.14      prompt "3.2.3 (OBSOLETE)"
    1.15 @@ -117,7 +112,6 @@
    1.16  
    1.17  config CC_VERSION
    1.18      string
    1.19 -    default "2.95.3" if CC_V_2_95_3
    1.20      default "3.2.3" if CC_V_3_2_3
    1.21      default "3.3.6" if CC_V_3_3_6
    1.22      default "3.4.6" if CC_V_3_4_6
     2.1 --- a/scripts/build/libc/glibc.sh	Sun Jan 04 14:35:25 2009 +0000
     2.2 +++ b/scripts/build/libc/glibc.sh	Sun Jan 04 14:38:41 2009 +0000
     2.3 @@ -79,10 +79,6 @@
     2.4  
     2.5  # This function installs the glibc headers needed to build the core compiler
     2.6  do_libc_headers() {
     2.7 -    # Only need to install bootstrap glibc headers for gcc-3.0 and above?  Or maybe just gcc-3.3 and above?
     2.8 -    # See also http://gcc.gnu.org/PR8180, which complains about the need for this step.
     2.9 -    grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0
    2.10 -
    2.11      CT_DoStep INFO "Installing C library headers"
    2.12  
    2.13      mkdir -p "${CT_BUILD_DIR}/build-libc-headers"
     3.1 --- a/scripts/build/libc/uClibc.sh	Sun Jan 04 14:35:25 2009 +0000
     3.2 +++ b/scripts/build/libc/uClibc.sh	Sun Jan 04 14:38:41 2009 +0000
     3.3 @@ -45,10 +45,6 @@
     3.4  
     3.5  # This functions installs uClibc's headers
     3.6  do_libc_headers() {
     3.7 -    # Only need to install bootstrap uClibc headers for gcc-3.0 and above?  Or maybe just gcc-3.3 and above?
     3.8 -    # See also http://gcc.gnu.org/PR8180, which complains about the need for this step.
     3.9 -    grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0
    3.10 -
    3.11      CT_DoStep INFO "Installing C library headers"
    3.12  
    3.13      mkdir -p "${CT_BUILD_DIR}/build-libc-headers"