mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +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
|
CATEGORY:=Libraries
|
||||||
TITLE:=The libunwind project
|
TITLE:=The libunwind project
|
||||||
URL:=http://www.nongnu.org/libunwind/
|
URL:=http://www.nongnu.org/libunwind/
|
||||||
DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64)
|
DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64||arm)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libunwind/description
|
define Package/libunwind/description
|
||||||
|
Loading…
Reference in New Issue
Block a user