mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
759580edb7
commit
945e62ddd5
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue