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
af707a178f
commit
8590a5c06d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue