From 5b5187b3671667b275e2821555b44074b4d35f00 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 23 May 1995 14:19:14 -0700 Subject: [PATCH] (STARTFILE_SPEC): Define to null string. From-SVN: r9782 --- gcc/config/mips/ecoff.h | 4 ++++ 1 file changed, 4 insertions(+) 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 "" -- 2.30.2