From d6f04508fae0a6e0a0f570685c6f12b4f7f8d370 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 1 Apr 1992 03:24:34 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r653 --- gcc/config/m68k/sun3.h | 3 ++- gcc/config/sparc/sparc.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index 5e10494e7670..f7bb5f2d0d11 100644 --- a/gcc/config/m68k/sun3.h +++ b/gcc/config/m68k/sun3.h @@ -147,7 +147,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Provide required defaults for linker -e and -d switches. */ -#define LINK_SPEC "%{!e*:-e start} -dc -dp %{static:-Bstatic} %{assert*}" +#define LINK_SPEC \ + "%{nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}" /* Every structure or union's size must be a multiple of 2 bytes. */ diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 9c635c6e4efb..aa881c8f06a7 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -25,7 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Provide required defaults for linker -e and -d switches. */ -#define LINK_SPEC "%{!e*:-e start} -dc -dp %{static:-Bstatic} %{assert*}" +#define LINK_SPEC \ + "%{nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}" /* Special flags to the Sun-4 assembler when using pipe for input. */ -- 2.43.5