OSDN Git Service

2007-09-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2007 20:01:54 +0000 (20:01 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2007 20:01:54 +0000 (20:01 +0000)
        * configure.host(gnu*): Set use_libgcj_bc to yes.

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

libjava/ChangeLog
libjava/configure.host

index c0c18ea..580b350 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * configure.host(gnu*): Set use_libgcj_bc to yes.
+
 2007-09-04  Matthias Klose  <doko@ubuntu.com>
 
        * configure.ac: Do not pass --with-native-libdir to classpath.
index 8725eeb..bd81450 100644 (file)
@@ -353,7 +353,7 @@ case "${host}" in
 esac
 
 case "${host}" in
-  *linux*|*-kfreebsd*-gnu|gnu*)
+  *linux*|*-kfreebsd*-gnu|*-gnu*)
     use_libgcj_bc=yes
   ;;
   *)