|
@@ -22,6 +22,7 @@ config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH
|
|
|
default "linux-ppc" if BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH_LINUX_PPC
|
|
|
default "linux-ppc64" if BR2_powerpc64
|
|
|
default "linux-ppc64le" if BR2_powerpc64le
|
|
|
+ default "linux-x86" if BR2_i386
|
|
|
default "linux-x86_64" if BR2_x86_64
|
|
|
# no-asm is needed with generic architectures such as
|
|
|
# linux-generic{32,64}, see
|