From: Richard Kenner Date: Fri, 29 Oct 1993 17:04:11 +0000 (-0400) Subject: (LINK_SPEC): Pass -no_unresolved if -call_shared. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00503c25a772189c8cb294455ffe1f10ef23c0c0;p=gcc.git (LINK_SPEC): Pass -no_unresolved if -call_shared. From-SVN: r5933 --- diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index dee65bc8d74..02bfe6afc06 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -68,7 +68,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{!mgas: \ %{mips1} %{mips2} %{mips3} %{bestGnum} \ %{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 }" #undef LIB_SPEC