Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libunwind prefer our own unwind.h



details:   https://anonhg.NetBSD.org/src/rev/8cc260e4b254
branches:  trunk
changeset: 333214:8cc260e4b254
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 23 17:51:22 2014 +0000

description:
prefer our own unwind.h

diffstat:

 sys/lib/libunwind/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 68afbce4cedc -r 8cc260e4b254 sys/lib/libunwind/Makefile.inc
--- a/sys/lib/libunwind/Makefile.inc    Thu Oct 23 17:50:24 2014 +0000
+++ b/sys/lib/libunwind/Makefile.inc    Thu Oct 23 17:51:22 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.9 2014/06/30 20:42:31 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2014/10/23 17:51:22 christos Exp $
 
 .PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
 
@@ -11,6 +11,7 @@
 COPTS.libunwind.cxx+=  -funwind-tables -fno-rtti
 COPTS.libunwind.cxx+=  -fno-exceptions -fvisibility=hidden
 COPTS.libunwind.cxx+=  -Wno-old-style-cast
+CPPFLAGS.libunwind.cxx+=-I${NETBSDSRCDIR}/sys/lib/libunwind
 
 .if ${MACHINE_CPU} == "arm"
 AFLAGS.unwind_registers.S+=    ${${ACTIVE_CC} == "clang":? -no-integrated-as :}



Home | Main Index | Thread Index | Old Index