This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] libffi, add support for amd64-*-freebsd*


Hello all,

the subject says it already.

Currently there are no test results available. Hopefully we get some in the near future.

I only took the input from Bjoern and regenerated the configure.in.

Ok, for trunk ? No hurry needed, even a shift for 4.4 is ok.

Thanks,
Andreas

2008-02-11  Bjoern Koenig  <bkoenig@alpha-tierchen.de>
	    Andreas Tobler  <a.tobler@schweiz.org>

	* configure.ac: Add amd64-*-freebsd* target.
	* configure: Regenerate.

Index: configure.ac
===================================================================
--- configure.ac	(revision 132188)
+++ configure.ac	(working copy)
@@ -51,6 +51,10 @@
 	TARGET=ARM; TARGETDIR=arm
 	;;

+  amd64-*-freebsd*)
+	TARGET=X86_64; TARGETDIR=x86
+	;;
+
   cris-*-*)
 	TARGET=LIBFFI_CRIS; TARGETDIR=cris
 	;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]