[Mono-dev] Define GC_OPENBSD_THREADS instead of GC_FREEBSD_THREADS in configure.in

2010-04-01 Thread Robert Nagy
Index: configure.in === --- configure.in(revision 154650) +++ configure.in(working copy) @@ -151,7 +151,7 @@ ;; *-*-*openbsd*) host_win32=no - CPPFLAGS="$CPPFLAGS -D

Re: [Mono-dev] Define GC_OPENBSD_THREADS instead of GC_FREEBSD_THREADS in configure.in

2010-04-01 Thread Robert Nagy
This is an updated version that uses boehm as the default gc and disables sigaltstack because it seems a wee bit buggy on openbsd. Index: configure.in === --- configure.in(revision 154650) +++ configure.in(working copy

Re: [Mono-dev] Define GC_OPENBSD_THREADS instead of GC_FREEBSD_THREADS in configure.in

2010-04-02 Thread Robert Nagy
Can someone commit this please? On (2010-04-01 20:11), Robert Nagy wrote: > This is an updated version that uses boehm as the default gc and > disables sigaltstack because it seems a wee bit buggy on openbsd. > > Index: configure.in > ==

Re: [Mono-dev] Define GC_OPENBSD_THREADS instead of GC_FREEBSD_THREADS in configure.in

2010-04-03 Thread Zoltan Varga
Applied to SVN HEAD/2.6 branch. Zoltan On Sat, Apr 3, 2010 at 8:55 AM, Robert Nagy wrote: > Can someone commit this please? > > On (2010-04-01 20:11), Robert Nagy wrote: > > This is an updated version that uses boehm as the default gc and > > disables sigaltstack because it seems a wee