]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.host: Disable hash synchronization and slow_pthread_self for cygwin.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Mon, 10 Jun 2002 04:15:26 +0000 (04:15 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 10 Jun 2002 04:15:26 +0000 (05:15 +0100)
* configure.host: Disable hash synchronization and slow_pthread_self
for cygwin.

From-SVN: r54429

libjava/ChangeLog
libjava/configure.host

index d4202a2763e9fcf923c2b61083322012fda25d2b..84dadb45c3b1e3aa00410e8681d531dae06bbe19 100644 (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
index 16e4cd8baa4e9d36966693039bcee43805411350..19f4019b9f11f51b3d3564c4b678f785a3ddcf97 100644 (file)
@@ -136,6 +136,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}"