diff options
author | Randolph Chung <tausq@debian.org> | 2004-03-19 22:39:10 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2004-03-19 22:39:10 +0000 |
commit | f94b08878f56cb78ce5c1431e9f891d14ecef7e0 (patch) | |
tree | 6086f833ba3a28243d14144c4fd745c90ce44538 /libjava/configure.host | |
parent | d65a810fe451b24db35f4a48f2f7eecb5b2402bd (diff) | |
download | gcc-f94b08878f56cb78ce5c1431e9f891d14ecef7e0.zip gcc-f94b08878f56cb78ce5c1431e9f891d14ecef7e0.tar.gz gcc-f94b08878f56cb78ce5c1431e9f891d14ecef7e0.tar.bz2 |
configure.in: Build java for hppa target.
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.
From-SVN: r79703
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 f3b4fd2..c021d13 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 |