This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: one more kfreebsd patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 18 Sep 2006 17:23:26 -0600
- Subject: Patch: FYI: one more kfreebsd patch
- Reply-to: tromey at redhat dot com
I'm checking this in.
This is one more kfreebsd patch that Petr sent me.
Tom
Index: ChangeLog
from Petr Salinger <Petr.Salinger@seznam.cz>
* configure.host: Handle kfreebsd.
Index: configure.host
===================================================================
--- configure.host (revision 117029)
+++ configure.host (working copy)
@@ -242,6 +242,10 @@
rm -f conftest conftest.c
fi
;;
+ i[34567]86*-kfreebsd*-gnu | x86_64*-kfreebsd*-gnu)
+ libgcj_ld_symbolic='-Wl,-Bsymbolic'
+ slow_pthread_self=
+ ;;
i[34567]86-*-solaris2.1[0-9]* )
sysdeps_dir=x86-64
DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine
@@ -320,7 +324,7 @@
esac
case "${host}" in
- *linux*)
+ *linux*|*-kfreebsd*-gnu)
use_libgcj_bc=yes
;;
*)