mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 01:31:07 +00:00
nettle: Disable ARMEB assembly
It's broken for ARMv5, which is the only armeb target in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
0bd322861c
commit
c2ef6c2148
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=nettle
|
PKG_NAME:=nettle
|
||||||
PKG_VERSION:=3.5.1
|
PKG_VERSION:=3.5.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@ -55,6 +55,11 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-arm-neon
|
--enable-arm-neon
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ARCH),armeb)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--disable-assembler
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user