--- gcc/config/mips/mips-5.h 2018/04/24 18:10:25 1.1 +++ gcc/config/mips/mips-5.h 2018/04/24 18:15:46 1.1.1.2 @@ -27,4 +27,6 @@ the Free Software Foundation, 675 Mass A %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}" +#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s crtn.o%s}}" + #include "mips/mips.h"