You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
244 B
11 lines
244 B
13 years ago
|
--- 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
|