diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-27 22:43:25 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-27 22:43:25 -0800 |
commit | cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea (patch) | |
tree | 9c347ec958c9e2c01787c73c6f5f4a0ac992a634 /patches/eglibc/2_8/100-powerpc-private_futex.patch | |
parent | efd8225d2ae1745a6cc797323777dacb08430fca (diff) | |
download | crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.tar.gz crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.tar.bz2 crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.zip |
eglibc: Remove eglibc support
As posted on http://www.eglibc.org/
====================
EGLIBC is no longer developed and such goals are now being addressed
directly in GLIBC.
====================
I'm not interested in maintaining build support for unsupported
software.
Older branches of crosstool-ng continue to have eglibc support.
If you find issues with older branches, I'm always open to pull
requests.
Removing eglibc also frees up glibc cleanup and build optimization.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/eglibc/2_8/100-powerpc-private_futex.patch')
-rw-r--r-- | patches/eglibc/2_8/100-powerpc-private_futex.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/patches/eglibc/2_8/100-powerpc-private_futex.patch b/patches/eglibc/2_8/100-powerpc-private_futex.patch deleted file mode 100644 index 30165296..00000000 --- a/patches/eglibc/2_8/100-powerpc-private_futex.patch +++ /dev/null @@ -1,15 +0,0 @@ -2008-04-28 Hiroki Kaminaga <kaminaga@sm.sony.co.jp> - - [BZ 6740] - nptl/sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET): - Guard sym definition with #ifndef __ASSUME_PRIVATE_FUTEX. - ---- a/nptl/sysdeps/powerpc/tcb-offsets.sym -+++ b/nptl/sysdeps/powerpc/tcb-offsets.sym -@@ -15,4 +15,6 @@ - PID thread_offsetof (pid) - TID thread_offsetof (tid) - POINTER_GUARD (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) -+#ifndef __ASSUME_PRIVATE_FUTEX - PRIVATE_FUTEX_OFFSET thread_offsetof (header.private_futex) -+#endif |