public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Tobler <andreast-list@fgznet.ch>
To: "GCC Patches" <gcc-patches@gcc.gnu.org>,
	"Java Patches" <java-patches@gcc.gnu.org>,
	"Björn König" <bkoenig@alpha-tierchen.de>
Subject: [patch] libffi, add support for amd64-*-freebsd*
Date: Mon, 11 Feb 2008 20:45:00 -0000	[thread overview]
Message-ID: <47B0B3B6.2030307@fgznet.ch> (raw)

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
  	;;

             reply	other threads:[~2008-02-11 20:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-11 20:45 Andreas Tobler [this message]
2008-02-11 23:39 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47B0B3B6.2030307@fgznet.ch \
    --to=andreast-list@fgznet.ch \
    --cc=bkoenig@alpha-tierchen.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).