mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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:=
|
OPENSSL_TARGET_ARCH:=
|
||||||
ifeq ($(BR2_i386),y)
|
ifeq ($(BR2_i386),y)
|
||||||
ifeq ($(ARCH),i686)
|
|
||||||
OPENSSL_TARGET_ARCH:=i386-i686/cmov
|
|
||||||
endif
|
|
||||||
ifneq ($(ARCH),i386)
|
ifneq ($(ARCH),i386)
|
||||||
OPENSSL_TARGET_ARCH:=i386-$(ARCH)
|
OPENSSL_TARGET_ARCH:=i386-$(ARCH)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ARCH),i686)
|
||||||
|
OPENSSL_TARGET_ARCH:=i386-i686/cmov
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(OPENSSL_TARGET_ARCH),)
|
ifeq ($(OPENSSL_TARGET_ARCH),)
|
||||||
OPENSSL_TARGET_ARCH:=$(ARCH)
|
OPENSSL_TARGET_ARCH:=$(ARCH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user