diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-11-10 20:10:46 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-11-10 20:10:46 +0100 |
commit | 871ea0e8c0052d8ba03303d7f52118d7c2a3480c (patch) | |
tree | 9c6ccf7c4bff7c7b853aec16cf54b6761f0ddad2 /Rules.mak | |
parent | a9605f9bee384d9cb3d30ec1461aa59cdb8f6908 (diff) |
nptl: use correct unwind header for unwind-forcedunwind
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -667,6 +667,7 @@ PTINC:= -I$(top_builddir)$(PTDIR) \ -I$(top_srcdir)$(PTDIR)/sysdeps/unix/sysv/linux \ -I$(top_srcdir)$(PTDIR)/sysdeps/pthread \ -I$(top_srcdir)$(PTDIR)/sysdeps/pthread/bits \ + -I$(top_srcdir)$(PTDIR)/sysdeps/generic \ -I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \ -I$(top_srcdir)ldso/include # |