This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] libffi, add support for amd64-*-freebsd*
- From: Andreas Tobler <andreast-list at fgznet dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>, Björn König <bkoenig at alpha-tierchen dot de>
- Date: Mon, 11 Feb 2008 21:44:38 +0100
- Subject: [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
;;