patches/glibc/2.2.5/glibc-2.2.5-allow-gcc-4.0-configure.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 17 16:22:51 2007 +0000 (2007-05-17)
changeset 96 aa1a9fbd6eb8
permissions -rw-r--r--
Debug facilities:
- add a framework to easily add new ones
- add gdb as a first debug facility
- add patches for gdb
After the kernel checked its installed headers, clean up the mess of .checked.* files.
Reorder scripts/crosstool.sh:
- dump the configuration early
- renice early
- get info about build system early, when setting up the environment
- when in cross or native, the host tools are those of the build system, and only in this case
- elapsed time calculations moved to scripts/functions
Remove handling of the color: it's gone once and for all.
Update tools/addToolVersion.sh:
- handle debug facilities
- commonalise some code
- remove dead tools (cygwin, tcc)
Point to my address for bug reports.
yann@1
     1
Fixes
yann@1
     2
checking version of powerpc-405-linux-gnu-gcc ... 4.0.0, bad
yann@1
     3
checking for gnumake... no
yann@1
     4
checking for gmake... no
yann@1
     5
checking for make... make
yann@1
     6
checking version of make... 3.80, ok
yann@1
     7
configure: error:
yann@1
     8
*** These critical programs are missing or too old:gcc 
yann@1
     9
yann@1
    10
yann@1
    11
--- glibc-2.2.5/configure.old	2005-03-10 00:23:46.374213600 -0800
yann@1
    12
+++ glibc-2.2.5/configure	2005-03-10 00:25:13.313996744 -0800
yann@1
    13
@@ -1476,7 +1476,7 @@
yann@1
    14
   ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
yann@1
    15
   case $ac_prog_version in
yann@1
    16
     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
yann@1
    17
-    *gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|3.[0-9]*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*)
yann@1
    18
+    *gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|3.[0-9]*|4.0*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*)
yann@1
    19
        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
yann@1
    20
     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
yann@1
    21