From: Jim Wilson Date: Tue, 23 May 1995 21:19:14 +0000 (-0700) Subject: (STARTFILE_SPEC): Define to null string. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b5187b3671667b275e2821555b44074b4d35f00;p=gcc.git (STARTFILE_SPEC): Define to null string. From-SVN: r9782 --- diff --git a/gcc/config/mips/ecoff.h b/gcc/config/mips/ecoff.h index 74eaa820d34..214e5273e7e 100644 --- a/gcc/config/mips/ecoff.h +++ b/gcc/config/mips/ecoff.h @@ -29,3 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* US Software GOFAST library support. */ #include "gofast.h" #define INIT_TARGET_OPTABS INIT_GOFAST_OPTABS + +/* Don't assume anything about startfiles. The linker script will load the + appropriate startfiles. */ +#define STARTFILE_SPEC ""