This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: ARM Linux -vs- libffi
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: ARM Linux -vs- libffi
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 04 May 2000 08:34:15 -0600
- Reply-To: tromey at cygnus dot com
I'm checking in this libffi change. It is a modified version of a
patch from Chris Dornan.
2000-05-04 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in: Match `arm*-*-linux-*'.
From Chris Dornan <cdornan@arm.com>.
Tom
Index: configure.in
===================================================================
RCS file: /cvs/java/libgcj/libffi/configure.in,v
retrieving revision 1.8
diff -u -r1.8 configure.in
--- configure.in 2000/04/17 02:22:22 1.8
+++ configure.in 2000/05/04 14:31:16
@@ -57,7 +57,7 @@
m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
powerpc-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; TARGETDIR=powerpc;;
powerpc-*-beos*) TARGET=POWERPC; TARGETDIR=powerpc;;
-arm-*-linux-*) TARGET=ARM; TARGETDIR=arm;;
+arm*-*-linux-*) TARGET=ARM; TARGETDIR=arm;;
esac
if test $TARGETDIR = unknown; then