The mips port now uses /usr/libexec/ld.elf_so.
This commit is contained in:
parent
4cc8220755
commit
9893e4c551
|
@ -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*}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue