summaryrefslogtreecommitdiffstats
path: root/rules/libunwind.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-15 20:10:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-15 20:10:53 +0100
commit062fcc8c3c1cc97d1d4c60f7b83771bba870c8a0 (patch)
treec6fe20f0da9c34f79bf2b4b3c50c8084b7c35024 /rules/libunwind.make
parent868e8e98a38e8a0cdee7b3dae89b980b1c2e0c11 (diff)
downloadptxdist-062fcc8c3c1cc97d1d4c60f7b83771bba870c8a0.tar.gz
ptxdist-062fcc8c3c1cc97d1d4c60f7b83771bba870c8a0.tar.xz
libunwind: use correct architecture name for arm64
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libunwind.make')
-rw-r--r--rules/libunwind.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/libunwind.make b/rules/libunwind.make
index 11698fd2c..872e88cc0 100644
--- a/rules/libunwind.make
+++ b/rules/libunwind.make
@@ -59,6 +59,9 @@ endif
ifdef PTXCONF_ARCH_PPC
LIBUNWIND_ARCH := ppc32
endif
+ifdef PTXCONF_ARCH_ARM64
+LIBUNWIND_ARCH := aarch64
+endif
$(STATEDIR)/libunwind.targetinstall:
@$(call targetinfo)