The -pthread option was added to freebsd.h but missed from freebsd-elf.h
This commit is contained in:
parent
9cbc8425a5
commit
4fade92ec3
@ -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: \
|
||||
|
Loading…
x
Reference in New Issue
Block a user