projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900edf5
)
openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by Sieg...
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 6 Oct 2005 03:00:54 +0000
(
03:00
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 6 Oct 2005 03:00:54 +0000
(
03:00
-0000)
package/openssl/openssl.mk
patch
|
blob
|
history
diff --git
a/package/openssl/openssl.mk
b/package/openssl/openssl.mk
index 500ea20612be969043919dbcf3fd3d6a32b96915..fbff929f9e23576d073f4211720874832358eaca 100644
(file)
--- a/
package/openssl/openssl.mk
+++ b/
package/openssl/openssl.mk
@@
-11,7
+11,11
@@
OPENSSL_SOURCE:=openssl-$(OPENSSL_VER).tar.gz
OPENSSL_DIR:=$(BUILD_DIR)/openssl-$(OPENSSL_VER)
ifeq ($(BR2_i386),y)
+ifeq ($(ARCH),i686)
+OPENSSL_TARGET_ARCH:=i386-i686/cmov
+else
OPENSSL_TARGET_ARCH:=i386-$(ARCH)
+endif
else
OPENSSL_TARGET_ARCH:=$(ARCH)
endif