mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #8682 from neheb/bot
botan: Disable NEON when soft float is disabled
This commit is contained in:
+4
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=botan
|
PKG_NAME:=botan
|
||||||
PKG_VERSION:=2.10.0
|
PKG_VERSION:=2.10.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=BangLang Huang <banglang.huang@foxmail.com>
|
PKG_MAINTAINER:=BangLang Huang <banglang.huang@foxmail.com>
|
||||||
|
|
||||||
PKG_SOURCE:=Botan-$(PKG_VERSION).tgz
|
PKG_SOURCE:=Botan-$(PKG_VERSION).tgz
|
||||||
@@ -68,6 +68,9 @@ CONFIGURE_ARGS = \
|
|||||||
--optimize-for-size \
|
--optimize-for-size \
|
||||||
$(DISABLE_IPV6)
|
$(DISABLE_IPV6)
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_SOFT_FLOAT),y)
|
||||||
|
CONFIGURE_ARGS += --disable-neon
|
||||||
|
endif
|
||||||
|
|
||||||
TARGET_LDFLAGS += \
|
TARGET_LDFLAGS += \
|
||||||
-Wl,--gc-sections,--as-needed \
|
-Wl,--gc-sections,--as-needed \
|
||||||
|
|||||||
Reference in New Issue
Block a user