Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ldd If earm, include from lib/libexecinfo for unwind.h



details:   https://anonhg.NetBSD.org/src/rev/7128dce11acf
branches:  trunk
changeset: 786284:7128dce11acf
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 25 07:12:46 2013 +0000

description:
If earm, include from lib/libexecinfo for unwind.h

diffstat:

 usr.bin/ldd/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 9f60ef0c2074 -r 7128dce11acf usr.bin/ldd/Makefile.common
--- a/usr.bin/ldd/Makefile.common       Thu Apr 25 07:08:56 2013 +0000
+++ b/usr.bin/ldd/Makefile.common       Thu Apr 25 07:12:46 2013 +0000
@@ -1,8 +1,11 @@
-#      $NetBSD: Makefile.common,v 1.2 2012/02/17 08:13:18 matt Exp $
+#      $NetBSD: Makefile.common,v 1.3 2013/04/25 07:12:46 matt Exp $
 
 LDELFSO=${NETBSDSRCDIR}/libexec/ld.elf_so
 CPPFLAGS+= -I${LDELFSO} -DLIBDIR=\"${LIBDIR}\"
 CPPFLAGS+= -D_RTLD_SOURCE
+.if !empty(MACHINE_ARCH:Mearm*)
+CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libexecinfo
+.endif
 #CPPFLAGS+= -DDEBUG
 .PATH: ${LDELFSO}
 



Home | Main Index | Thread Index | Old Index