[openwrt/openwrt] libunwind: enable build for arm
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 27 14:19:38 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/8590a5c06d8e941052c14a0ce70dce255481a5ce
commit 8590a5c06d8e941052c14a0ce70dce255481a5ce
Author: Maxim Gorbachyov <maxim.gorbachyov at gmail.com>
AuthorDate: Fri Jan 12 20:42:20 2018 +0300
libunwind: enable build for arm
Tested with perf on mvebu.
Signed-off-by: Maxim Gorbachyov <maxim.gorbachyov at gmail.com>
---
package/libs/libunwind/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile
index 2e655ed..bbc3d6c 100644
--- 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)
+ DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64||arm)
endef
define Package/libunwind/description
More information about the lede-commits
mailing list