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:
parent
d6b556670c
commit
599d3243f1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user