mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 05:31:53 +02:00
11 lines
244 B
Diff
11 lines
244 B
Diff
|
--- a/Rules.mak
|
||
|
+++ b/Rules.mak
|
||
|
@@ -707,7 +707,6 @@ endif
|
||
|
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
|