From 5404cddbc8b56947a10db6a84564a9d9f9f0eb0a Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 8 Oct 2002 14:57:37 +0000 Subject: 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 --- libjava/configure.host | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libjava/configure.host') 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-*) -- cgit v1.1