Commit 8256d5ac by Samuel Thibault Committed by Matthias Klose

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
parent aaa42494
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> 2007-08-15 Tom Tromey <tromey@redhat.com>
* java/lang/Class.java (internalGetFields): Use LinkedHashSet. * java/lang/Class.java (internalGetFields): Use LinkedHashSet.
......
...@@ -346,7 +346,7 @@ case "${host}" in ...@@ -346,7 +346,7 @@ case "${host}" in
esac esac
case "${host}" in case "${host}" in
*linux*|*-kfreebsd*-gnu) *linux*|*-kfreebsd*-gnu|gnu*)
use_libgcj_bc=yes use_libgcj_bc=yes
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment