From 00503c25a772189c8cb294455ffe1f10ef23c0c0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 29 Oct 1993 13:04:11 -0400 Subject: [PATCH] (LINK_SPEC): Pass -no_unresolved if -call_shared. From-SVN: r5933 --- gcc/config/mips/iris5.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2