OSDN Git Service

x86_64: Add targets
authorPavel Chupin <pavel.v.chupin@intel.com>
Fri, 14 Dec 2012 11:10:59 +0000 (15:10 +0400)
committerElliott Hughes <enh@google.com>
Tue, 1 Oct 2013 21:44:27 +0000 (14:44 -0700)
This is required to continue builds of other projects.

Change-Id: Id3f5c54a7dabce0f67f54e58c161c3fad9be417e
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
Libffi.mk

index e92fb32..7807b56 100644 (file)
--- 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