summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/avoid-forced-unwind.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libc0.9.32/avoid-forced-unwind.patch')
-rw-r--r--main/libc0.9.32/avoid-forced-unwind.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/libc0.9.32/avoid-forced-unwind.patch b/main/libc0.9.32/avoid-forced-unwind.patch
new file mode 100644
index 000000000..044e2ffdd
--- /dev/null
+++ b/main/libc0.9.32/avoid-forced-unwind.patch
@@ -0,0 +1,10 @@
+--- uClibc-0.9.33.2.orig/Rules.mak
++++ uClibc-0.9.33.2/Rules.mak
+@@ -707,7 +707,6 @@
+ ifeq ($(UCLIBC_HAS_THREADS),y)
+ ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
+ PTNAME := nptl
+- CFLAGS += -DHAVE_FORCED_UNWIND
+ else
+ ifeq ($(LINUXTHREADS_OLD),y)
+ PTNAME := linuxthreads.old