Commit 9b260ce0 by Maya Rashish Committed by Jeff Law

netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared objects.

2017-06-29  Maya Rashish  <coypu@sdf.org>

	* config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
	objects.

From-SVN: r249822
parent 84a1b7fe
2017-06-29 Maya Rashish <coypu@sdf.org>
* config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
objects.
2017-06-29 Jan Hubicka <hubicka@ucw.cz> 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
* arm/arm-builtins.c: Include profile-count.h * arm/arm-builtins.c: Include profile-count.h
......
...@@ -96,6 +96,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -96,6 +96,7 @@ along with GCC; see the file COPYING3. If not see
%{!pg:-lposix}} \ %{!pg:-lposix}} \
%{p:-lposix_p} \ %{p:-lposix_p} \
%{pg:-lposix_p}} \ %{pg:-lposix_p}} \
%{shared:-lc} \
%{!shared: \ %{!shared: \
%{!symbolic: \ %{!symbolic: \
%{!p: \ %{!p: \
...@@ -109,6 +110,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -109,6 +110,7 @@ along with GCC; see the file COPYING3. If not see
%{!pg:-lposix}} \ %{!pg:-lposix}} \
%{p:-lposix_p} \ %{p:-lposix_p} \
%{pg:-lposix_p}} \ %{pg:-lposix_p}} \
%{shared:-lc} \
%{!shared: \ %{!shared: \
%{!symbolic: \ %{!symbolic: \
%{!p: \ %{!p: \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment