Patch: FYI: one more kfreebsd patch
Tom Tromey
tromey@redhat.com
Mon Sep 18 23:30:00 GMT 2006
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
;;
*)
More information about the Java-patches
mailing list