patches/glibc/2.3.3/glibc-2.3.3-allow-gcc-4.0-configure.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.3.3/glibc-2.3.3-allow-gcc-4.0-configure.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +Fixes following problem building glibc-2.3.3 with gcc-4.0:
     1.5 +
     1.6 +checking version of i686-unknown-linux-gnu-gcc ... 4.0.0, bad
     1.7 +checking for gnumake... no
     1.8 +checking for gmake... gmake
     1.9 +checking version of gmake... 3.79.1, ok
    1.10 +checking for gnumsgfmt... no
    1.11 +checking for gmsgfmt... no
    1.12 +checking for msgfmt... msgfmt
    1.13 +checking version of msgfmt... 0.11.4, ok
    1.14 +checking for makeinfo... makeinfo
    1.15 +checking version of makeinfo... 4.3, ok
    1.16 +checking for sed... sed
    1.17 +checking version of sed... 4.0.5, ok
    1.18 +checking for autoconf... autoconf
    1.19 +checking whether autoconf works... yes
    1.20 +configure: error:
    1.21 +*** These critical programs are missing or too old: gcc
    1.22 +
    1.23 +--- glibc-2.3.3/configure.old	Mon Mar 14 12:01:10 2005
    1.24 ++++ glibc-2.3.3/configure	Mon Mar 14 12:02:03 2005
    1.25 +@@ -3899,7 +3899,7 @@
    1.26 +   ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
    1.27 +   case $ac_prog_version in
    1.28 +     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
    1.29 +-    3.[2-9]*)
    1.30 ++    3.[2-9]*|4.[01]*)
    1.31 +        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
    1.32 +     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
    1.33 +