configure.host (gnu*): Set use_libgcj_bc to yes.

2007-08-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>

        * configure.host (gnu*): Set use_libgcj_bc to yes.

From-SVN: r127527
This commit is contained in:
Samuel Thibault 2007-08-15 22:49:49 +00:00 committed by Matthias Klose
parent aaa4249408
commit 8256d5ac81
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
* configure.host (gnu*): Set use_libgcj_bc to yes.
2007-08-15 Tom Tromey <tromey@redhat.com>
* java/lang/Class.java (internalGetFields): Use LinkedHashSet.

View File

@ -346,7 +346,7 @@ case "${host}" in
esac
case "${host}" in
*linux*|*-kfreebsd*-gnu)
*linux*|*-kfreebsd*-gnu|gnu*)
use_libgcj_bc=yes
;;
*)