Patch: ia64 -vs- libffi
Tom Tromey
tromey@cygnus.com
Fri Mar 3 11:33:00 GMT 2000
I'm committing this patch, which fixes a dumb problem I introduced.
libffi uses a version of automake which is unfindable (it was never
released and the current cvs automake is too different). So while
editing Makefile.in hand (shame, shame) I screwed up.
2000-03-03 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Fixed ia64 by hand.
Tom
Index: Makefile.in
===================================================================
RCS file: /cvs/java/libgcj/libffi/Makefile.in,v
retrieving revision 1.8
diff -u -r1.8 Makefile.in
--- Makefile.in 2000/03/03 01:19:22 1.8
+++ Makefile.in 2000/03/03 19:30:40
@@ -116,8 +116,8 @@
TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s
TARGET_SRC_X86 = src/x86/ffi.c src/x86/sysv.S
TARGET_SRC_SPARC = src/sparc/ffi.c src/sparc/v8.S
-TARGET_SRC_ALPHA = src/ia64/ffi.c src/ia64/osf.S
-TARGET_SRC_IA64 = src/alpha/ffi.c src/alpha/unix.S
+TARGET_SRC_ALPHA = src/alpha/ffi.c src/alpha/osf.S
+TARGET_SRC_IA64 = src/ia64/ffi.c src/ia64/unix.S
TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S
TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S
TARGET_SRC_ARM = src/arm/sysv.S src/arm/ffi.c
More information about the Java-patches
mailing list