diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-15 18:18:35 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-15 18:18:35 +0000 |
commit | 54b0551a36a74c1eb4d5af65e2dd5c107120383c (patch) | |
tree | 16d85e997f81c35ddc17bc8de99bc67721646856 /libjava/configure.host | |
parent | c27697e2a08f14335730fea7b189d57ffb49e8c4 (diff) | |
download | gcc-54b0551a36a74c1eb4d5af65e2dd5c107120383c.tar.gz |
2007-07-15 Andrew Haley <aph@redhat.com>
* configure.host:
arm*-linux-gnu -> arm*-linux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126659 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index c32e714ea65..c09867b5441 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -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 ;; |