OSDN Git Service

cheets-libffi: Use assembly variant suitable for Android toolchain
authorTomasz Figa <tfiga@google.com>
Tue, 1 Dec 2015 07:56:52 +0000 (16:56 +0900)
committerTomasz Figa <tfiga@google.com>
Wed, 2 Dec 2015 04:34:11 +0000 (04:34 +0000)
commitdbfb7a23f2d77c13c03b9ed5a8dfbb2595ccaf4e
treed497c6cffac79c7eb4de5ceec03e91a93b1a28fb
parent27e0a5876f78176ac41fa4d61e9fd69baa69d273
cheets-libffi: Use assembly variant suitable for Android toolchain

Android AS does not seem to support the @ syntax, however seems to work
fine with code variants used when HAVE_AS_X86_PCREL is defined, so
let's define it and fix build failures.

Change-Id: I29c8bacb82e6119195d41f40e80113938049cd62
Android.mk