diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-09 22:47:17 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-11 08:27:33 -0800 |
commit | 930fa77076874655179341433b4f8066deefb0b8 (patch) | |
tree | a4f0045b6706d203eb89ee22654b56d0f7448565 /patches/uClibc/0.9.32/130-nptl-pthread-Correct-path-for-machine-specific-pt-initfini.c.patch | |
parent | 83403825ee654bcf214a9329d429bcf9603acad5 (diff) | |
download | crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.tar.gz crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.tar.bz2 crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.zip |
uClibc: Reduce supported versions
This commit reduces the number of supported versions to:
* 0.9.33.2
* custom location
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/uClibc/0.9.32/130-nptl-pthread-Correct-path-for-machine-specific-pt-initfini.c.patch')
-rw-r--r-- | patches/uClibc/0.9.32/130-nptl-pthread-Correct-path-for-machine-specific-pt-initfini.c.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/uClibc/0.9.32/130-nptl-pthread-Correct-path-for-machine-specific-pt-initfini.c.patch b/patches/uClibc/0.9.32/130-nptl-pthread-Correct-path-for-machine-specific-pt-initfini.c.patch deleted file mode 100644 index adb35c97..00000000 --- a/patches/uClibc/0.9.32/130-nptl-pthread-Correct-path-for-machine-specific-pt-initfini.c.patch +++ /dev/null @@ -1,24 +0,0 @@ -commit ebe6c38d7e60e8a43d8b926c17a561a5a3e06a22 -Author: Khem Raj <raj.khem@gmail.com> -Date: Mon Jun 13 17:13:52 2011 -0700 - - nptl/pthread: Correct path for machine specific pt-initfini.c - - Signed-off-by: Khem Raj <raj.khem@gmail.com> - Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> - -diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in -index 398eaea..ca84642 100644 ---- a/libpthread/nptl/sysdeps/pthread/Makefile.in -+++ b/libpthread/nptl/sysdeps/pthread/Makefile.in -@@ -75,8 +75,8 @@ CFLAGS-pt-initfini.c = -S -g0 $(PICFLAG) -fno-inline-functions \ - $(patsubst -f%,-fno-%,$(call check_gcc,-fexceptions,)) - - #ASFLAGS += $(PICFLAG) -I$(top_srcdir)include -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) --ifneq ($(wildcard $(libpthread_DIR)/sysdeps/linux/$(TARGET_ARCH)/pt-initfini.c),) --PTHREAD_INITFINI := $(libpthread_DIR)/sysdeps/linux/$(TARGET_ARCH)/pt-initfini.c -+ifneq ($(wildcard $(libpthread_pthread_DIR)/../unix/sysv/linux/$(TARGET_ARCH)/pt-initfini.c),) -+PTHREAD_INITFINI := $(libpthread_pthread_DIR)/../unix/sysv/linux/$(TARGET_ARCH)/pt-initfini.c - else - PTHREAD_INITFINI := $(libpthread_pthread_DIR)/pt-initfini.c - endif |