(STARTFILE_SPEC): Define as empty.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Aug 1995 13:15:42 +0000 (09:15 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Aug 1995 13:15:42 +0000 (09:15 -0400)
From-SVN: r10238

gcc/config/m68k/m68kemb.h

index 7b7521ab2ee34d70ef89fd37473eb31d2641d300..9975b900ca39f6872cbc52e0a3f20395c4057337 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  "embedded" 68XXX.
    This is meant to be included after m68k.h.
-   Copyright (C) 1994 Free Software Foundation, Inc.  */
+   Copyright (C) 1994, 1995 Free Software Foundation, Inc.  */
 
 #define PTRDIFF_TYPE "long int"
 #define SIZE_TYPE "long unsigned int"
@@ -37,3 +37,7 @@
 
 #undef NEEDS_UNTYPED_CALL
 #define NEEDS_UNTYPED_CALL 1
+
+/* crt0.o should be specified in the linker script.  */
+#undef STARTFILE_SPEC
+#define STARTFILE_SPEC ""