diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-19 22:39:10 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-19 22:39:10 +0000 |
commit | f3feabedb890d7a0704bc838ca6e4be50ee4539c (patch) | |
tree | 6086f833ba3a28243d14144c4fd745c90ce44538 /libjava/configure.host | |
parent | f35c338f2758cff667f3a88436f5ffcc08be481c (diff) | |
download | ppe42-gcc-f3feabedb890d7a0704bc838ca6e4be50ee4539c.tar.gz ppe42-gcc-f3feabedb890d7a0704bc838ca6e4be50ee4539c.zip |
2004-02-10 Randolph Chung <tausq@debian.org>
* configure.in: Build java for hppa target.
* configure: Regenerate.
* libjava/configure.host (hppa-*): Add target.
* libjava/sysdeps/pa/lock.h: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79703 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index f3b4fd2da34..c021d13abed 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -115,6 +115,11 @@ case "${host}" in enable_hash_synchronization_default=yes IEEESPEC=-mieee ;; + hppa-*) + sysdeps_dir=pa + libgcj_interpreter=yes + enable_hash_synchronization_default=yes + ;; powerpc64*-*) sysdeps_dir=powerpc libgcj_interpreter=yes |