configure.host: arm*-linux-gnu -> arm*-linux*.
authorAndrew Haley <aph@redhat.com>
Sun, 15 Jul 2007 18:18:35 +0000 (18:18 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Sun, 15 Jul 2007 18:18:35 +0000 (18:18 +0000)
2007-07-15  Andrew Haley  <aph@redhat.com>

        * configure.host:
        arm*-linux-gnu -> arm*-linux*.

From-SVN: r126659

libjava/ChangeLog
libjava/configure.host

index bf8c193..4601738 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-15  Andrew Haley  <aph@redhat.com>
+
+       * configure.host: 
+       arm*-linux-gnu -> arm*-linux*.
+
 2007-07-13  Andrew Haley  <aph@redhat.com>
 
        * libgcj.ver: Add __gcj_personality_sj0.
index c32e714..c09867b 100644 (file)
@@ -82,7 +82,7 @@ case "${host}" in
        enable_getenv_properties_default=no
        enable_main_args_default=no
        ;;
-  arm*-linux-gnu)
+  arm*-linux*)
        libgcj_interpreter=yes
        sysdeps_dir=arm
        ;;