configure.host: Disable hash synchronization and slow_pthread_self for cygwin.

* configure.host: Disable hash synchronization and slow_pthread_self
	for cygwin.

From-SVN: r54428
This commit is contained in:
Bryce McKinlay 2002-06-10 03:50:41 +00:00 committed by Bryce McKinlay
parent 64e681975f
commit 5f555088ad
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-06-10 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* configure.host: Disable hash synchronization and slow_pthread_self
for cygwin.
2002-06-06 Adam Megacz <adam@xwt.org>
* java/io/natFileDescriptorWin32.cc (open): Disable Win32 file

View File

@ -137,6 +137,12 @@ case "${host}" in
*-*-freebsd*)
slow_pthread_self=
;;
*-cygwin*)
# The cygwin linker doesn't do 8-byte alignment by default, so
# disable hash synchronization for now.
enable_hash_synchronization_default=no
slow_pthread_self=
;;
esac
libgcj_cflags="${libgcj_cflags} ${libgcj_flags}"