Pass -call_shared to linker.
From-SVN: r2841
This commit is contained in:
parent
5251caf233
commit
1170af6745
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user