|
@@ -90,6 +90,10 @@ ifeq ($(BR2_ARM_CPU_HAS_NEON),)
|
|
BOTAN_CONF_OPTS += --disable-neon
|
|
BOTAN_CONF_OPTS += --disable-neon
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_SOFT_FLOAT),y)
|
|
|
|
+BOTAN_CONF_OPTS += --disable-neon
|
|
|
|
+endif
|
|
|
|
+
|
|
define BOTAN_CONFIGURE_CMDS
|
|
define BOTAN_CONFIGURE_CMDS
|
|
(cd $(@D); $(TARGET_MAKE_ENV) ./configure.py $(BOTAN_CONF_OPTS))
|
|
(cd $(@D); $(TARGET_MAKE_ENV) ./configure.py $(BOTAN_CONF_OPTS))
|
|
endef
|
|
endef
|