|
@@ -29,7 +29,7 @@ config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH
|
|
# no-asm is needed with generic architectures such as
|
|
# no-asm is needed with generic architectures such as
|
|
# linux-generic{32,64}, see
|
|
# linux-generic{32,64}, see
|
|
# https://github.com/openssl/openssl/issues/9839
|
|
# https://github.com/openssl/openssl/issues/9839
|
|
- default "linux-generic64 no-asm" if BR2_ARCH_IS_64
|
|
|
|
|
|
+ default "linux-generic64 no-asm" if BR2_ARCH_IS_64 && !BR2_MIPS_NABI32
|
|
default "linux-generic32 no-asm"
|
|
default "linux-generic32 no-asm"
|
|
|
|
|
|
config BR2_PACKAGE_LIBOPENSSL_BIN
|
|
config BR2_PACKAGE_LIBOPENSSL_BIN
|