mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
openssl: fix compiling OpenSSL for i386 architecture
This patch will use linux-generic32 for all i386 target architectures, which fixes bug #5274. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
@@ -8,12 +8,7 @@ OPENSSL_SITE:=http://www.openssl.org/source
|
||||
|
||||
OPENSSL_TARGET_ARCH:=
|
||||
ifeq ($(BR2_i386),y)
|
||||
ifneq ($(ARCH),i386)
|
||||
OPENSSL_TARGET_ARCH:=i386-$(ARCH)
|
||||
endif
|
||||
ifeq ($(ARCH),i686)
|
||||
OPENSSL_TARGET_ARCH:=i386-i686/cmov
|
||||
endif
|
||||
OPENSSL_TARGET_ARCH:=generic32
|
||||
endif
|
||||
ifeq ($(OPENSSL_TARGET_ARCH),)
|
||||
OPENSSL_TARGET_ARCH:=$(ARCH)
|
||||
|
||||
Reference in New Issue
Block a user