diff options
-rw-r--r-- | package/openssl/openssl.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index 2368aa913c..e34868e842 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -34,7 +34,8 @@ OPENSSL_DEPENDENCIES += ocf-linux endif # Some architectures are optimized in OpenSSL -ifeq ($(ARCH),arm) +# Doesn't work for thumb-only (Cortex-M?) +ifeq ($(BR2_ARM_CPU_HAS_ARM),y) OPENSSL_TARGET_ARCH = armv4 endif ifeq ($(ARCH),aarch64) |