patches/glibc/2.3.2/glibc-2.3.2-sparc64-pause.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.
     1 From: "M.H.VanLeeuwen" 
     2 Subject: crosstool, sparc64, linux 2.6.4, gcc 3.3.3, glibc 2.3.2 success
     3 Date: Mon, 15 Mar 2004 00:23:04 -0600
     4 To: crossgcc@sources.redhat.com
     5 Message-ID: <40554BC8.749A5EC3@megsinet.net>
     6 ...
     7 
     8 backported from GLIBC CVS
     9 
    10 Fixes:
    11 ../sysdeps/unix/sysv/linux/sparc/sparc64/pause.c:1:39: sysdeps/unix/common/pause.c: No such file or directory
    12 make[2]: *** [/cross/build/sparc64-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/posix/pause.o] Error 1
    13 make[2]: Leaving directory `/cross/build/sparc64-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/glibc-2.3.2/posix'
    14 make[1]: *** [posix/subdir_lib] Error 2
    15 make: *** [all] Error 2
    16 
    17 =========================================================================================================================
    18 --- glibc-2.3.2/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c.orig	Sun Mar  7 08:51:20 2004
    19 +++ glibc-2.3.2/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c	Sun Mar  7 08:51:29 2004
    20 @@ -1 +1 @@
    21 -#include <sysdeps/unix/common/pause.c>
    22 +#include <sysdeps/posix/pause.c>