From 9893e4c551fb44ae07504efc6274e70c5a9760d6 Mon Sep 17 00:00:00 2001 From: mhitch Date: Thu, 26 Mar 1998 02:13:18 +0000 Subject: [PATCH] The mips port now uses /usr/libexec/ld.elf_so. --- gnu/usr.bin/gcc/arch/mips/netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/gcc/arch/mips/netbsd.h b/gnu/usr.bin/gcc/arch/mips/netbsd.h index 6f8dc76bd647..9725de89ac05 100644 --- a/gnu/usr.bin/gcc/arch/mips/netbsd.h +++ b/gnu/usr.bin/gcc/arch/mips/netbsd.h @@ -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*}"