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

2007-07-15  Andrew Haley  <aph@redhat.com>

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

From-SVN: r126659
This commit is contained in:
Andrew Haley 2007-07-15 18:18:35 +00:00 committed by Andrew Haley
parent 759580edb7
commit 945e62ddd5
2 changed files with 6 additions and 1 deletions

View 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.

View 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
;;