summaryrefslogtreecommitdiff
path: root/patches/glibc/2.3.2/README-hppa
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
commit6c368af5b4e68c05c8774ea5795b708aca9d0d66 (patch)
tree85f99014c1d7d312006d95d6dc37f9bf1ab47b8e /patches/glibc/2.3.2/README-hppa
parentab0fc7eab41d6e253549dbc63431f9ba153a0418 (diff)
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
Diffstat (limited to 'patches/glibc/2.3.2/README-hppa')
-rw-r--r--patches/glibc/2.3.2/README-hppa32
1 files changed, 0 insertions, 32 deletions
diff --git a/patches/glibc/2.3.2/README-hppa b/patches/glibc/2.3.2/README-hppa
deleted file mode 100644
index da24282..0000000
--- a/patches/glibc/2.3.2/README-hppa
+++ /dev/null
@@ -1,32 +0,0 @@
-[See also http://parisc-linux.org/toolchain
- One of these days I'll have a look at what they've
- got there, and incorporate their patches.]
-
--------
-
-The error
-
-../linuxthreads/sysdeps/pthread/errno-loc.c: In function `__errno_location':
-../linuxthreads/sysdeps/pthread/errno-loc.c:39: `pthread_descr' undeclared (first use in this function)
-../linuxthreads/sysdeps/pthread/errno-loc.c:39: (Each undeclared identifier is reported only once
-../linuxthreads/sysdeps/pthread/errno-loc.c:39: for each function it appears in.)
-../linuxthreads/sysdeps/pthread/errno-loc.c:39: syntax error before "self"
-../linuxthreads/sysdeps/pthread/errno-loc.c:40: warning: implicit declaration of function `LIBC_THREAD_GETMEM'
-../linuxthreads/sysdeps/pthread/errno-loc.c:40: `self' undeclared (first use in this function)
-../linuxthreads/sysdeps/pthread/errno-loc.c:40: `p_errnop' undeclared (first use in this function)
-../linuxthreads/sysdeps/pthread/errno-loc.c:40: warning: return makes pointer from integer without a cast
-make[2]: *** [/home/gotom/glibc/glibc-2.3.2/build/csu/errno-loc.o] Error 1
-make[2]: Leaving directory `/home/gotom/glibc/glibc-2.3.2/glibc-2.3.2/csu'
-make[1]: *** [csu/subdir_lib] Error 2
-
-means that hppa does not yet have the proper stuff for linuxthreads.
-
-See
-http://groups.google.com/groups?selm=20030322165012%247208%40gated-at.bofh.it
-http://lists.debian.org/debian-glibc/2003/debian-glibc-200303/msg00472.html
-
-A set of experimental patches is at
-http://www.baldric.uwo.ca/~carlos/glibc-2.3.2-patches.tar.gz
-but since they touch generic code, I'm not comfortable using them in general yet.
-Go ahead and grab them if you want to build for hppa before hppa
-support is merged into glibc.