diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-10-08 14:57:37 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-10-08 14:57:37 +0000 |
commit | 5404cddbc8b56947a10db6a84564a9d9f9f0eb0a (patch) | |
tree | 01a969f7941125d950b95d18c89e92acbbffc0ca /libjava/configure.host | |
parent | 8177895b7177c070c22879df051bd881910444e3 (diff) | |
download | gcc-5404cddbc8b56947a10db6a84564a9d9f9f0eb0a.zip gcc-5404cddbc8b56947a10db6a84564a9d9f9f0eb0a.tar.gz gcc-5404cddbc8b56947a10db6a84564a9d9f9f0eb0a.tar.bz2 |
configure.host [s390*-*]: Enable Java interpreter.
* configure.host [s390*-*]: Enable Java interpreter.
Enable hash synchronization. Add sysdeps dir.
* sysdep/s390/locks.h: New file.
From-SVN: r57927
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 2bf4dc2..f5d1ef0 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -127,6 +127,11 @@ case "${host}" in enable_hash_synchronization_default=yes slow_pthread_self=yes ;; + s390*-*) + sysdeps_dir=s390 + libgcj_interpreter=yes + enable_hash_synchronization_default=yes + ;; sparc-*) ;; ia64-*) |