projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc16693
)
bunwind: build for ARM64
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 5 Feb 2018 21:43:02 +0000
(22:43 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 10 Feb 2018 19:17:21 +0000
(20:17 +0100)
ARM64 is supported by libunwind since some versions, allow building it
for aarch64.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/libs/libunwind/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libunwind/Makefile
b/package/libs/libunwind/Makefile
index bbc3d6c0d883d4548f3fede965756869dbcc2414..ddb467f65618ab150516aca1ec19394faedc8ded 100644
(file)
--- a/
package/libs/libunwind/Makefile
+++ b/
package/libs/libunwind/Makefile
@@
-32,7
+32,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