diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-04-10 09:19:11 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-04-10 09:19:11 +0000 |
| commit | 2161ed1f46d4f62762cb42409529fbe74fd14375 (patch) | |
| tree | f4c7a850e27f06385df8aa9d8363a9a36f05ced7 | |
| parent | eea22fdf01fd6827189b93aa5991801b765b7025 (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/gcc.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1 index b693fbb0e076..f1a72e6de346 100644 --- a/contrib/gcc/gcc.1 +++ b/contrib/gcc/gcc.1 @@ -521,6 +521,16 @@ in the following sections. \-fverbose\-asm .ad b .hy 1 +.SH FreeBSD SPECIFIC OPTIONS +.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. +.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. .SH OVERALL OPTIONS .TP .BI "\-x " "language" |
