freebsd.h (LIB_SPEC): remove -kthread option.

2000-12-21  David O'Brien  <obrien@FreeBSD.org>

	* config/freebsd.h (LIB_SPEC): remove -kthread option.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20001220004807.C20358@redhat.com>

From-SVN: r38435
This commit is contained in:
David O'Brien 2000-12-21 23:18:56 +00:00 committed by David O'Brien
parent 8358c2c297
commit 78abb7b151
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2000-12-21 David O'Brien <obrien@FreeBSD.org>
* config/freebsd.h (LIB_SPEC): remove -kthread option.
2000-12-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* resource.c (mark_set_resources): Use MARK_SRC_DEST for

View File

@ -60,15 +60,16 @@ Boston, MA 02111-1307, USA. */
libc, depending on whether we're doing profiling or need threads support.
(simular to the default, except no -lg, and no -p). */
#undef LIB_SPEC
#define LIB_SPEC \
"%{!shared: \
%{!pg:%{!pthread:%{!kthread:-lc} \
%{kthread:-lpthread -lc}} \
%{pthread:-lc_r}} \
%{pg:%{!pthread:%{!kthread:-lc_p} \
%{kthread:-lpthread_p -lc_p}} \
%{pthread:-lc_r_p}}}"
#undef LIB_SPEC
#define LIB_SPEC " \
%{!shared: \
%{!pg: \
%{!pthread:-lc} \
%{pthread:-lc_r}} \
%{pg: \
%{!pthread:-lc_p} \
%{pthread:-lc_r_p}} \
}"
/* Code generation parameters. */