summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/gcc.1
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1998-12-15 16:43:14 +0000
committercracauer <cracauer@FreeBSD.org>1998-12-15 16:43:14 +0000
commit86c5de6d0d4f83f3bf3d81882670dc01d3e62310 (patch)
tree674570bf412e18c963eceb585f80dcb04d52daa4 /contrib/gcc/gcc.1
parent74bccae1f55546bca4ab63a426ad840797c5108f (diff)
downloadFreeBSD-src-86c5de6d0d4f83f3bf3d81882670dc01d3e62310.zip
FreeBSD-src-86c5de6d0d4f83f3bf3d81882670dc01d3e62310.tar.gz
Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE
Diffstat (limited to 'contrib/gcc/gcc.1')
-rw-r--r--contrib/gcc/gcc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1
index f1a72e6..36ca556 100644
--- a/contrib/gcc/gcc.1
+++ b/contrib/gcc/gcc.1
@@ -525,12 +525,12 @@ in the following sections.
.TP
.BI "\-pthread"
Link a user-threaded process against libc_r instead of libc. Objects linked
-into user-threaded processes should be compiled with -D_THREADSAFE.
+into user-threaded processes should be compiled with -D_THREAD_SAFE.
.TP
.BI "\-kthread"
Link a kernel-threaded process against libpthread in addition to libc.
Objects linked into kernel-threaded processes should be compiled with
--D_THREADSAFE.
+-D_THREAD_SAFE.
.SH OVERALL OPTIONS
.TP
.BI "\-x " "language"
OpenPOWER on IntegriCloud