diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 20:43:50 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 20:43:50 +0000 |
commit | 713cddab0feb551e95f369ab322334a0a713672c (patch) | |
tree | 99fc38f19c06189b4734112aef40bd37dd68bd9c /patches/glibc/linuxthreads-2.3.2/glibc-2.3.2-sparc64-sigproc.patch | |
parent | 09f0dcc66fbec2f35682d1362f73704d5708ae33 (diff) | |
download | crosstool-ng-713cddab0feb551e95f369ab322334a0a713672c.tar.gz crosstool-ng-713cddab0feb551e95f369ab322334a0a713672c.tar.bz2 crosstool-ng-713cddab0feb551e95f369ab322334a0a713672c.zip |
Remove dead linuxthreads patches.
Diffstat (limited to 'patches/glibc/linuxthreads-2.3.2/glibc-2.3.2-sparc64-sigproc.patch')
-rw-r--r-- | patches/glibc/linuxthreads-2.3.2/glibc-2.3.2-sparc64-sigproc.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/glibc/linuxthreads-2.3.2/glibc-2.3.2-sparc64-sigproc.patch b/patches/glibc/linuxthreads-2.3.2/glibc-2.3.2-sparc64-sigproc.patch deleted file mode 100644 index 90ecc880..00000000 --- a/patches/glibc/linuxthreads-2.3.2/glibc-2.3.2-sparc64-sigproc.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: "M.H.VanLeeuwen" -Subject: crosstool, sparc64, linux 2.6.4, gcc 3.3.3, glibc 2.3.2 success -Date: Mon, 15 Mar 2004 00:23:04 -0600 -To: crossgcc@sources.redhat.com -Message-ID: <40554BC8.749A5EC3@megsinet.net> -... - -backported from GLIBC CVS - -Fix this error: - -/cross/crosstool-0.27/build/sparc64-unknown-linux-gnu/gcc-3.3.3-glibc-2.3.2/build-glibc/linuxthreads/libpthread_pic.a(ptw-pause.os)(.text+0x2c): In function `pause': -: undefined reference to `__sigprocmask' -collect2: ld returned 1 exit status -make[2]: *** [/cross/crosstool-0.27/build/sparc64-unknown-linux-gnu/gcc-3.3.3-glibc-2.3.2/build-glibc/linuxthreads/libpthread.so] Error 1 - - ---- /cross/sources/glibc-2.3.2/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile Wed Dec 31 18:00:00 1969 -+++ glibc-2.3.2/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile Sat Mar 13 10:18:43 2004 -@@ -0,0 +1,5 @@ -+# glibc makefile fragment for linuxthreads on sparc/sparc64. -+ -+ifeq ($(subdir),linuxthreads) -+libpthread-routines += ptw-sigprocmask -+endif - |