diff options
author | imp <imp@FreeBSD.org> | 2003-02-01 18:39:32 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-02-01 18:39:32 +0000 |
commit | 92c33e449a483dd514d7b9f76605b17b17bb6487 (patch) | |
tree | 668590badffe1d346d65eac4570ed772bc99822d /contrib | |
parent | 259adcb60804de8bd41af109a44b01a2c1c36c4a (diff) | |
download | FreeBSD-src-92c33e449a483dd514d7b9f76605b17b17bb6487.zip FreeBSD-src-92c33e449a483dd514d7b9f76605b17b17bb6487.tar.gz |
-kthread has been dead these many years. This PR has languished for a
long time. Go ahead and commit the patch since a co-worker has been
working up a code patch in this area and wondered why it hasn't been
committed yet.
PR: 35800
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/gcc.1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1 index 6f9272f..6d361b1 100644 --- a/contrib/gcc/gcc.1 +++ b/contrib/gcc/gcc.1 @@ -543,11 +543,6 @@ in the following sections. .BI "\-pthread" Link a user-threaded process against libc_r instead of libc. Objects linked 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_THREAD_SAFE. .SH OVERALL OPTIONS .TP .BI "\-x " "language" |