diff options
author | Richard Stallman <rms@gnu.org> | 1992-04-01 03:24:34 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-04-01 03:24:34 +0000 |
commit | d6f04508fae0a6e0a0f570685c6f12b4f7f8d370 (patch) | |
tree | e43c8c63533f3a779e034fc476e6f30d1656da0b /gcc/config/m68k/sun3.h | |
parent | e7c33f54117ee31b73113df6f978260a924b5f5b (diff) | |
download | gcc-d6f04508fae0a6e0a0f570685c6f12b4f7f8d370.zip gcc-d6f04508fae0a6e0a0f570685c6f12b4f7f8d370.tar.gz gcc-d6f04508fae0a6e0a0f570685c6f12b4f7f8d370.tar.bz2 |
*** empty log message ***
From-SVN: r653
Diffstat (limited to 'gcc/config/m68k/sun3.h')
-rw-r--r-- | gcc/config/m68k/sun3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index 5e10494..f7bb5f2 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. */ |