diff options
author | rask <rask@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 10:32:05 +0000 |
---|---|---|
committer | rask <rask@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 10:32:05 +0000 |
commit | d7b7af2fa8e5872664ec60a58b4b2feea3762ed3 (patch) | |
tree | 2f22a0eb148f08ff1de862128d30cf6340609f36 /libjava/configure.host | |
parent | 9ea45ee64ff656286973e25c51f43ca25206c69b (diff) | |
download | gcc-d7b7af2fa8e5872664ec60a58b4b2feea3762ed3.tar.gz |
PR target/32340
* configure.host (arm*-elf | strongarm*-elf | xscale*-elf): Use the
new sysdeps/arm directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index c09867b5441..9ce852f3984 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -81,6 +81,7 @@ case "${host}" in enable_java_net_default=no enable_getenv_properties_default=no enable_main_args_default=no + sysdeps_dir=arm ;; arm*-linux*) libgcj_interpreter=yes |