The mips port now uses /usr/libexec/ld.elf_so.

This commit is contained in:
mhitch 1998-03-26 02:13:18 +00:00
parent 4cc8220755
commit 9893e4c551
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */
%{bestGnum} %{shared} %{non_shared} \
%{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}} \
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld.so} \
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld.elf_so} \
%{nostdlib:-nostdlib} %{!nostdlib:%{!r*:%{!e*:-e __start}}} -dc -dp \
%{static:-Bstatic} %{!static:-Bdynamic} %{assert*}"