summaryrefslogtreecommitdiff
path: root/package/strace/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 09:50:36 -0700
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 09:50:36 -0700
commit2f5fd9680065f15ebb6a3962d9bfac89f383db9a (patch)
tree06f1395f8467156b43917b161a49411fc0ac92cf /package/strace/Makefile
parenta51cd649c1e7e55ce217d939eac29b11e9a572f0 (diff)
parenta8bb4a2200eebf863c5a156677d696e98c4644e7 (diff)
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'package/strace/Makefile')
-rw-r--r--package/strace/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/strace/Makefile b/package/strace/Makefile
index 303cf71f8..1908419af 100644
--- a/package/strace/Makefile
+++ b/package/strace/Makefile
@@ -23,6 +23,9 @@ TARGET_CFLAGS+= -static
endif
ifeq ($(ADK_TARGET_LIB_MUSL),y)
TARGET_CPPFLAGS+= -DMSG_EXCEPT=020000 -D_LARGEFILE64_SOURCE=1
+ifeq ($(ADK_LINUX_PPC),y)
+TARGET_CPPFLAGS+= -Dsigcontext_struct=sigcontext -include ppc-regs.h
+endif
endif
INSTALL_STYLE:= manual