fix i686 targets [again] bug 595
This commit is contained in:
parent
70ea98efbb
commit
62bc22c2f5
@ -12,12 +12,12 @@ OPENSSL_DIR:=$(BUILD_DIR)/openssl-$(OPENSSL_VER)
|
||||
|
||||
OPENSSL_TARGET_ARCH:=
|
||||
ifeq ($(BR2_i386),y)
|
||||
ifeq ($(ARCH),i686)
|
||||
OPENSSL_TARGET_ARCH:=i386-i686/cmov
|
||||
endif
|
||||
ifneq ($(ARCH),i386)
|
||||
OPENSSL_TARGET_ARCH:=i386-$(ARCH)
|
||||
endif
|
||||
ifeq ($(ARCH),i686)
|
||||
OPENSSL_TARGET_ARCH:=i386-i686/cmov
|
||||
endif
|
||||
endif
|
||||
ifeq ($(OPENSSL_TARGET_ARCH),)
|
||||
OPENSSL_TARGET_ARCH:=$(ARCH)
|
||||
|
Loading…
Reference in New Issue
Block a user