2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2007 22:49:49 +0000 (22:49 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2007 22:49:49 +0000 (22:49 +0000)
        * configure.host (gnu*): Set use_libgcj_bc to yes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127527 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure.host

index c97a0a0..07b0d14 100644 (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.
index 9ce852f..3d91282 100644 (file)
@@ -346,7 +346,7 @@ case "${host}" in
 esac
 
 case "${host}" in
-  *linux*|*-kfreebsd*-gnu)
+  *linux*|*-kfreebsd*-gnu|gnu*)
     use_libgcj_bc=yes
   ;;
   *)