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] enable libjava on x86_64-*-freebsd*


Hi all,

this patch enables libjava builds on the x86_64-*-freebsd* targets.

The testsuite has around 5 failures, 4 Throw_2, and one in the events output. It is not better than i?86-*-freebsd*, but also not worse.

I can even run the test case from PR41745.

I know, I lack the complete test suite results, they will follow at the usual place.

Ok for trunk after posting the results?

Thanks,
Andreas

2010-01-10 Andreas Tobler <andreast@fgznet.ch>

	* configure.ac: Enable libjava build on x86_64-*freebsd*.
	* configure: Regenerate.

Index: configure.ac
===================================================================
--- configure.ac	(revision 155792)
+++ configure.ac	(working copy)
@@ -498,6 +498,7 @@
     case "${target}" in
       i*86-*-*) ;;
       alpha*-*-*) ;;
+      x86_64-*-*) ;;
       *)
 	noconfigdirs="$noconfigdirs ${libgcj}"
 	;;


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