aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1995-05-23 14:19:14 -0700
committerJim Wilson <wilson@gcc.gnu.org>1995-05-23 14:19:14 -0700
commit5b5187b3671667b275e2821555b44074b4d35f00 (patch)
tree997d3efd221d9aa1dfd59155f519f00a1bbce551
parentc7ab88a6f7306b0f7e4f46678d551bb3b56d1d7d (diff)
downloadgcc-5b5187b3671667b275e2821555b44074b4d35f00.zip
gcc-5b5187b3671667b275e2821555b44074b4d35f00.tar.gz
gcc-5b5187b3671667b275e2821555b44074b4d35f00.tar.bz2
(STARTFILE_SPEC): Define to null string.
From-SVN: r9782
-rw-r--r--gcc/config/mips/ecoff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/ecoff.h b/gcc/config/mips/ecoff.h
index 74eaa82..214e527 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 ""