Commit 00503c25 by Richard Kenner

(LINK_SPEC): Pass -no_unresolved if -call_shared.

From-SVN: r5933
parent b26c8351
...@@ -68,7 +68,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -68,7 +68,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{!mgas: \ %{!mgas: \
%{mips1} %{mips2} %{mips3} %{bestGnum} \ %{mips1} %{mips2} %{mips3} %{bestGnum} \
%{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -call_shared}}} \ %{!shared: %{!non_shared: \
%{!call_shared: -call_shared -no_unresolved}}} \
-_SYSTYPE_SVR4 }" -_SYSTYPE_SVR4 }"
#undef LIB_SPEC #undef LIB_SPEC
......
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