]> code.ossystems Code Review - openembedded-core.git/commit
openssl-1.0.0e: fix to wotk with x32 toolchain
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 2 Dec 2011 20:20:01 +0000 (12:20 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Dec 2011 22:42:48 +0000 (22:42 +0000)
commit340c14ac49afa1559c12f8848bef9b6ecf24ef35
treeb3a4b7f3d81b41e59e7d8f23d030c9ef5aa72ff0
parentfd2581770b8e4c42aa88f244daca58e27e11dff9
openssl-1.0.0e: fix to wotk with x32 toolchain

Add BN_ADDR for address type instead of using BN_ULONG or unsigned long:
   1. For W64, address type is unsigned long long, not unsigned long.
   2. For x32, address type is unsigned long , not BN_ULONG.

Added a new targetlinux-x32 in the config file

The do_install() code to move lib/* to lib64 is not needed now with the
enhanced multilib support.

Make the x86-64 assembly syntax compatible with x32 compiler.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl-1.0.0e/openssl_fix_for_x32.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl.inc
meta/recipes-connectivity/openssl/openssl_1.0.0e.bb