mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 19:50:21 +08:00
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:
parent
64e681975f
commit
5f555088ad
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user