|
@@ -24,6 +24,7 @@ config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH
|
|
default "linux-ppc64le" if BR2_powerpc64le
|
|
default "linux-ppc64le" if BR2_powerpc64le
|
|
default "linux-x86_64" if BR2_x86_64
|
|
default "linux-x86_64" if BR2_x86_64
|
|
# no-asm is needed with generic architectures such as
|
|
# no-asm is needed with generic architectures such as
|
|
- # linux-generic32, 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-generic32 no-asm"
|
|
default "linux-generic32 no-asm"
|