Pass -call_shared to linker.

From-SVN: r2841
This commit is contained in:
Michael Meissner 1992-12-06 12:57:23 +00:00
parent 5251caf233
commit 1170af6745
5 changed files with 10 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"