Commit 9b3b5e8d by Richard Kenner

(STARTFILE_SPEC): Define as empty.

From-SVN: r10238
parent d8fa98d5
/* Definitions of target machine for GNU compiler. "embedded" 68XXX. /* Definitions of target machine for GNU compiler. "embedded" 68XXX.
This is meant to be included after m68k.h. 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 PTRDIFF_TYPE "long int"
#define SIZE_TYPE "long unsigned int" #define SIZE_TYPE "long unsigned int"
...@@ -37,3 +37,7 @@ ...@@ -37,3 +37,7 @@
#undef NEEDS_UNTYPED_CALL #undef NEEDS_UNTYPED_CALL
#define NEEDS_UNTYPED_CALL 1 #define NEEDS_UNTYPED_CALL 1
/* crt0.o should be specified in the linker script. */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment