summaryrefslogtreecommitdiff
path: root/toolchain/uclibc/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-07-11 12:48:16 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-07-11 12:48:16 +0200
commit942c3c2f22234a6f4a4d4a2e0a1042fa3077f8f7 (patch)
treeb40cbc52e3e92769a56829f1325faf0d47086577 /toolchain/uclibc/patches
parent32dccde2d6b439a5f925c4cc0f6c6deb6e47fcf6 (diff)
patch not required for DODEBUG=n
Diffstat (limited to 'toolchain/uclibc/patches')
-rw-r--r--toolchain/uclibc/patches/xxx-disable-gcc_eh.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/uclibc/patches/xxx-disable-gcc_eh.patch b/toolchain/uclibc/patches/xxx-disable-gcc_eh.patch
deleted file mode 100644
index a7f1a2db8..000000000
--- a/toolchain/uclibc/patches/xxx-disable-gcc_eh.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur uClibc-0.9.33.2.orig/Rules.mak uClibc-0.9.33.2/Rules.mak
---- uClibc-0.9.33.2.orig/Rules.mak 2014-06-28 12:12:25.000000000 +0200
-+++ uClibc-0.9.33.2/Rules.mak 2014-06-28 12:14:15.000000000 +0200
-@@ -819,10 +819,7 @@
- LIBGCC_CFLAGS ?= $(CFLAGS) $(CPU_CFLAGS-y)
- $(eval $(call cache-output-var,LIBGCC,$(CC) $(LIBGCC_CFLAGS) -print-libgcc-file-name))
- $(eval $(call cache-output-var,LIBGCC_EH,$(CC) $(LIBGCC_CFLAGS) -print-file-name=libgcc_eh.a))
--# with -O0 we (e.g. lockf) might end up with references to
--# _Unwind_Resume, so pull in gcc_eh in this case..
- LIBGCC_DIR:=$(dir $(LIBGCC))
--LIBGCC += $(if $(DODEBUG),$(LIBGCC_EH))
-
- # moved from libpthread/linuxthreads
- ifeq ($(UCLIBC_CTOR_DTOR),y)