summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-14 19:44:03 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-14 19:44:03 +0200
commitecc762828cd06189eec73713731788f97b4bb891 (patch)
tree7ecb3151b0b33c799afb4993eded9a5174be0373 /Rules.mak
parentf71c0d8af11252f119fad04938ddd5501a7df21a (diff)
nptl: x86_64: fix compilation of unwinder
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 2fc2b8bec..f6fa818f1 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -630,6 +630,7 @@ 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
@@ -648,6 +649,7 @@ PTINC:= -I$(top_builddir)$(PTDIR) \
-I$(top_srcdir)$(PTDIR)/sysdeps/$(TARGET_ARCH) \
-I$(top_builddir)$(PTDIR)/sysdeps/unix/sysv/linux \
-I$(top_srcdir)$(PTDIR)/sysdeps/unix/sysv/linux \
+ -I$(top_srcdir)$(PTDIR)/sysdeps/generic \
-I$(top_srcdir)$(PTDIR)/sysdeps/pthread \
-I$(top_srcdir)$(PTDIR)/sysdeps/pthread/bits \
-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \