=== modified file 'cf/pthreads.m4'
--- old/cf/pthreads.m4	2011-07-23 16:22:51 +0000
+++ new/cf/pthreads.m4	2011-10-01 13:14:25 +0000
@@ -39,6 +39,11 @@
 	PTHREAD_CFLAGS=-pthread
 	PTHREAD_LIBADD=-pthread
 	;;
+*-*-gnu*)
+	native_pthread_support=yes
+	PTHREADS_CFLAGS=-pthread
+	PTHREAD_LIBADD="-pthread -lpthread"
+	;;
 *-*-linux* | *-*-linux-gnu)
 	case `uname -r` in
 	2.*|3.*)

