> The following patch updates the threading stuff by following what gets
> defined for Linux and doing some wild guesses, could somebody with more
> experience in this field than me look over it before I submit it
> upstream?
In so far as it is consistent with what is already there, it looks
fine.
diff -Naur libgc-6.5/pthread_support.c libgc-6.5.new/pthread_support.c
--- libgc-6.5/pthread_support.c 2005-05-21 02:02:07.0 +0200
+++ libgc-6.5.new/pthread_support.c 2005-10-18 18:33:32.0 +0200
@@ -877,7 +877,8 @@
GC_nprocs = sysconf(_SC_NPROCESSORS_O
Hi,
Boehm's garbage collector (libgc) has been ported to GNU/Hurd a while
ago. However, the port suffered some bitrot and now builds no more:
checking for thread model used by GCC... posix
configure: error: "Pthreads not supported by the GC on this platform."
The following patch updates the thr