aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libunwind/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-06-20 11:02:20 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-06-20 12:53:53 +0200
commit6028f00df04fdfb8f1070776ef3603d43e50b8a4 (patch)
tree959284acb4aed66b3dc02bca19dc91ed2189edac /package/libs/libunwind/Makefile
parent7fbd325649b2cf30a5efba0a78a7b0627e7ee46d (diff)
downloadupstream-6028f00df04fdfb8f1070776ef3603d43e50b8a4.tar.gz
upstream-6028f00df04fdfb8f1070776ef3603d43e50b8a4.tar.bz2
upstream-6028f00df04fdfb8f1070776ef3603d43e50b8a4.zip
perf: Fix build on aarch64
Somehow perf depended on libunwind, and libunwind also builds on aarch64. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs/libunwind/Makefile')
-rw-r--r--package/libs/libunwind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile
index c5986979d5..e6d3954774 100644
--- a/package/libs/libunwind/Makefile
+++ b/package/libs/libunwind/Makefile
@@ -31,7 +31,7 @@ define Package/libunwind
CATEGORY:=Libraries
TITLE:=The libunwind project
URL:=http://www.nongnu.org/libunwind/
- DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64||arm)
+ DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64||arm||aarch64)
endef
define Package/libunwind/description