The -pthread option was added to freebsd.h but missed from freebsd-elf.h

This commit is contained in:
peter 1997-05-12 09:24:27 +00:00
parent 9cbc8425a5
commit 4fade92ec3

View File

@ -164,7 +164,7 @@ Boston, MA 02111-1307, USA. */
*/
#define LIB_SPEC \
"%{!shared: %{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} \
%{!ggdb:-lc} %{ggdb:-lg}}"
%{!ggdb:%{{!pthread:-lc}%{pthread:-lc_r}}} %{ggdb:-lg}}"
#else
#define LIB_SPEC \
"%{!shared: \