OSDN Git Service

cheets-libffi: Fix compilation of 32-bit library on x86/x86_64
authorTomasz Figa <tfiga@google.com>
Wed, 2 Dec 2015 10:58:32 +0000 (19:58 +0900)
committerTomasz Figa <tfiga@google.com>
Wed, 2 Dec 2015 11:03:10 +0000 (20:03 +0900)
commitf191c3310b9e813df17024723ffb44370b306491
tree9832ef3e96eb6d9944da27801e0e92c22fb5580f
parentc20702ab7f103f659055e16f573e2afa033fbca6
cheets-libffi: Fix compilation of 32-bit library on x86/x86_64

32-bit libffi requires different source files than 64-bit ones.
Moreover, regardless of target system, win32.S is always needed. Also
additional define is required to select code path supported by GNU
Assembler version provided by Android x86/x86_64 toolchain.

Change-Id: I0d2e17a8ee08fd28d0f8b7649b9e444932819874
Android.mk