Commit 1170af67 by Michael Meissner

Pass -call_shared to linker.

From-SVN: r2841
parent 5251caf2
......@@ -38,7 +38,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB} %{!EB: -EB} \
%{EL: %e-EL not supported} \
%{mips1} %{mips2} %{mips3} %{bestGnum} \
%{shared} %{non_shared} %{!shared: %{!non_shared: -non_shared}} \
%{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}} \
-systype /bsd43/ }"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
......
......@@ -28,7 +28,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EL} %{!EL: -EL} \
%{EB: %e-EB not supported} \
%{mips1} %{mips2} %{mips3} %{bestGnum} \
%{shared} %{non_shared} %{!shared: %{!non_shared: -non_shared}}}"
%{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}"
#include "decstatn.h"
......
......@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB} %{!EB: -EB} \
%{EL: %e-EL not supported} \
%{mips1} %{mips2} %{mips3} %{bestGnum} \
%{shared} %{non_shared} %{!shared: %{!non_shared: -non_shared}}"
%{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}"
#include "mips.h"
......@@ -38,7 +38,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB} %{!EB:-EB} \
%{EL: %e-EL not supported} \
%{mips1} %{mips2} %{mips3} %{bestGnum} \
%{shared} %{non_shared} %{!shared: %{!non_shared: -non_shared}} \
%{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}} \
-systype /sysv/}"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc crtn.o%s"
......
......@@ -38,7 +38,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB} %{!EB:-EB} \
%{EL: %e-EL not supported} \
%{mips1} %{mips2} %{mips3} %{bestGnum} \
%{shared} %{non_shared} %{!shared: %{!non_shared: -non_shared}} \
%{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}} \
-systype /svr4/}"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc crtn.o%s"
......
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