public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] libffi: enable libffi for sparc64-*-freebsd*
@ 2006-01-20 21:34 Andreas Tobler
  2006-01-20 22:11 ` Eric Botcazou
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Tobler @ 2006-01-20 21:34 UTC (permalink / raw)
  To: GCC Patches, Java Patches

Hello,

this little patchlet enables libffi on sparc64-*-freebsd*

Ok for head?

Andreas

Native configuration is sparc64-unknown-freebsd7.0
                 === libffi Summary ===

# of expected passes            228
# of unsupported tests          2

2006-01-20  Andreas Tobler  <a.tobler@schweiz.ch>

	* configure.ac: Enable libffi for sparc64-*-freebsd*.
	* configure: Rebuilt.

Index: configure.ac
===================================================================
--- configure.ac        (revision 109942)
+++ configure.ac        (working copy)
@@ -57,7 +57,7 @@
  sparc*-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
  sparc-*-linux* | sparc-*-netbsdelf* | sparc-*-knetbsd*-gnu) 
TARGET=SPARC; TARGETDIR=sparc;;
  sparc*-*-rtems*) TARGET=SPARC; TARGETDIR=sparc;;
-sparc64-*-linux* | sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) 
TARGET=SPARC; TARGETDIR=sparc;;
+sparc64-*-linux* | sparc64-*-freebsd* | sparc64-*-netbsd* | 
sparc64-*-knetbsd*-gnu) TARGET=SPARC; TARGETDIR=sparc;;
  alpha*-*-linux* | alpha*-*-osf* | alpha*-*-freebsd* | 
alpha*-*-kfreebsd*-gnu | alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) 
TARGET=ALPHA; TARGETDIR=alpha;;
  ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
  m32r*-*-linux* ) TARGET=M32R; TARGETDIR=m32r;;

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

end of thread, other threads:[~2006-01-20 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-20 21:34 [patch] libffi: enable libffi for sparc64-*-freebsd* Andreas Tobler
2006-01-20 22:11 ` Eric Botcazou
2006-01-20 22:30   ` Andreas Tobler

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