From 405d8305a32b304a16f63b15ffad2511b5661aba Mon Sep 17 00:00:00 2001 From: Pavel Chupin Date: Fri, 14 Dec 2012 15:10:59 +0400 Subject: [PATCH] x86_64: Add targets This is required to continue builds of other projects. Change-Id: Id3f5c54a7dabce0f67f54e58c161c3fad9be417e Signed-off-by: Pavel Chupin --- Libffi.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Libffi.mk b/Libffi.mk index e92fb32..7807b56 100644 --- a/Libffi.mk +++ b/Libffi.mk @@ -34,6 +34,10 @@ ifeq ($(ffi_os)-$(ffi_arch),linux-x86) LOCAL_SRC_FILES := src/x86/ffi.c src/x86/sysv.S endif +ifeq ($(ffi_os)-$(ffi_arch),linux-x86_64) + LOCAL_SRC_FILES := src/x86/ffi64.c src/x86/unix64.S +endif + ifeq ($(ffi_os)-$(ffi_arch),darwin-x86) LOCAL_SRC_FILES := src/x86/ffi.c src/x86/darwin.S endif -- 2.11.0