blob: 847a4bf0a16572aff02e4c4f14d3db2a5ff7154c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- build/platforms/freebsd3-gcc/Make-platform.orig Wed Sep 16 11:55:05 1998
+++ build/platforms/freebsd3-gcc/Make-platform Fri Oct 16 19:06:39 1998
@@ -30,8 +30,8 @@
THREADS= -DPOSIX_THREADS -D_THREAD_SAFE -DPTHREAD_PREEMPTIVE
# use special gcc flag to include libc_r.a
-THREADSLIB= -pthread
-#THREADSLIB= -lc_r
+#THREADSLIB= -pthread
+THREADSLIB= -lc_r
# if you built/installed with -DNOLIBC_R, you'll need uncomment
# out the following
|