summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-11-22 20:02:43 +0100
committerRichard Henderson <rth@twiddle.net>2015-01-05 10:01:37 -0800
commit9f112619c187e135132b765adeedef89ee354eb2 (patch)
tree790e18252f1372ccf054b7333a5ed2c0accbff91 /Makefile.am
parent58bf7d65d8896f198624c591cc31e6e01a09cc31 (diff)
downloadlibffi-9f112619c187e135132b765adeedef89ee354eb2.tar.gz
x86: Best guess at update for Darwin
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dfdcea6..6fb3d47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,7 +144,6 @@ EXTRA_libffi_la_SOURCES = \
src/x86/ffi.c src/x86/sysv.S \
src/x86/ffiw64.c src/x86/win64.S \
src/x86/ffi64.c src/x86/unix64.S \
- src/x86/darwin64.S src/x86/darwin.S \
src/xtensa/ffi.c src/xtensa/sysv.S
TARGET_OBJ = @TARGET_OBJ@