openssl: fix compilation for i386
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 14 Mar 2011 17:33:48 +0000 (14:33 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Apr 2011 19:56:21 +0000 (21:56 +0200)
commit47736c88c3dcc7ec4906bbb80acb194d2211b0c9
tree21ace74f852fe4e1df50122c07d7b32906dfd609
parent6bbd5367a59b9b98b48e06c3b489476834cfb220
openssl: fix compilation for i386

Closes #3445.

OpenSSL emits bswap instructions when building for i386 targets which
unfortunately is only available on 486+ class processors.
Since the normal workaround is detected at build time and we are cross
compiling we need to specify this.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/openssl/openssl.mk