--- gcc/config/t-openbsd-thread.orig	Mon Mar 22 15:45:47 1999
+++ gcc/config/t-openbsd-thread	Mon Mar 22 15:46:23 1999
@@ -1,5 +1,4 @@
-# This is currently needed to compile libgcc2 for threads support
-TARGET_LIBGCC2_CFLAGS=-pthread
-#T_CFLAGS=-pthread
-#T_CPPFLAGS=-pthread
+# We need T_CFLAGS everywhere thanks to objc thread support
+T_CFLAGS=-pthread
+T_CPPFLAGS=-pthread
 
