mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue