Commit 5f555088 by Bryce McKinlay Committed by Bryce McKinlay

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
parent 64e68197
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
......
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment