configure.ac: Disable Java for targets not supporting libffi.
[gcc.git] / boehm-gc / ptr_chck.c
index d83d730d3433f5f29b2da36e1c97013869b92394..09c86cb599d183d8f5e344e388ef9de1817dea57 100644 (file)
@@ -247,7 +247,7 @@ ptr_t p;
            if (GC_is_static_root(p)) return(p);
            /* Else do it again correctly:      */
 #           if (defined(DYNAMIC_LOADING) || defined(MSWIN32) || \
-               defined(MSWINCE) || defined(PCR)) \
+               defined(MSWINCE) || defined (CYGWIN32) || defined(PCR)) \
                 && !defined(SRC_M3)
                DISABLE_SIGNALS();
                GC_register_dynamic_libraries();