public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] libffi, add support for amd64-*-freebsd*
@ 2008-02-11 21:57 Andreas Tobler
  2008-02-12  0:44 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 2008-02-11 21:57 UTC (permalink / raw)
  To: GCC Patches, Java Patches, Björn König

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] libffi, add support for amd64-*-freebsd*
  2008-02-11 21:57 [patch] libffi, add support for amd64-*-freebsd* Andreas Tobler
@ 2008-02-12  0:44 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2008-02-12  0:44 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: GCC Patches, Java Patches, Björn König

>>>>> "Andreas" == Andreas Tobler <andreast-list@fgznet.ch> writes:

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

This is ok.  Thanks.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-11 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 21:57 [patch] libffi, add support for amd64-*-freebsd* Andreas Tobler
2008-02-12  0:44 ` Tom Tromey

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).