Source-Changes-HG archive

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

[src/trunk]: src/lib/libexecinfo When building for earm, make sure to build u...



details:   https://anonhg.NetBSD.org/src/rev/4e0c7c2e6f22
branches:  trunk
changeset: 786299:4e0c7c2e6f22
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 25 14:48:09 2013 +0000

description:
When building for earm, make sure to build unwind_arm_ehabi_stub.*

diffstat:

 lib/libexecinfo/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7cefe400c427 -r 4e0c7c2e6f22 lib/libexecinfo/Makefile
--- a/lib/libexecinfo/Makefile  Thu Apr 25 14:47:30 2013 +0000
+++ b/lib/libexecinfo/Makefile  Thu Apr 25 14:48:09 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/05/26 22:02:29 christos Exp $
+# $NetBSD: Makefile,v 1.2 2013/04/25 14:48:09 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -19,6 +19,9 @@
 
 .if ${USE_UNWIND} == "yes"
 SRCS+=unwind.c
+.if !empty(MACHINE_ARCH:Mearm)
+SRCS+=unwind_arm_ehabi_stub.c
+.endif
 .else
 SRCS+=builtin.c
 .endif



Home | Main Index | Thread Index | Old Index