mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
libunwind: enable build for arm
Tested with perf on mvebu. Signed-off-by: Maxim Gorbachyov <maxim.gorbachyov@gmail.com>
This commit is contained in:
parent
2e26bdfeca
commit
566ff9e6ee
@ -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)
|
||||
DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64||arm)
|
||||
endef
|
||||
|
||||
define Package/libunwind/description
|
||||
|
Loading…
Reference in New Issue
Block a user