From: Richard Kenner Date: Mon, 14 Aug 1995 13:15:42 +0000 (-0400) Subject: (STARTFILE_SPEC): Define as empty. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b3b5e8d97f31eedab198e904d5ca055626e98fb;p=gcc.git (STARTFILE_SPEC): Define as empty. From-SVN: r10238 --- diff --git a/gcc/config/m68k/m68kemb.h b/gcc/config/m68k/m68kemb.h index 7b7521ab2ee..9975b900ca3 100644 --- a/gcc/config/m68k/m68kemb.h +++ b/gcc/config/m68k/m68kemb.h @@ -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 ""