aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/sun3.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-05-24 02:20:13 +0000
committerDoug Evans <dje@gnu.org>1995-05-24 02:20:13 +0000
commit16b3c7c7d28d626303e31d81d6efc25eec32b0d2 (patch)
tree66815377de7b33e4050d6742a330a975ed4743e2 /gcc/config/m68k/sun3.h
parenta7c508fe546465509dddaffee3204054c4a70137 (diff)
downloadgcc-16b3c7c7d28d626303e31d81d6efc25eec32b0d2.zip
gcc-16b3c7c7d28d626303e31d81d6efc25eec32b0d2.tar.gz
gcc-16b3c7c7d28d626303e31d81d6efc25eec32b0d2.tar.bz2
(LINK_SPEC): Don't pass "-e start" if nostartfiles rather than nostdlib.
From-SVN: r9793
Diffstat (limited to 'gcc/config/m68k/sun3.h')
-rw-r--r--gcc/config/m68k/sun3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h
index 9ebdec2..5530ae8 100644
--- a/gcc/config/m68k/sun3.h
+++ b/gcc/config/m68k/sun3.h
@@ -151,7 +151,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Provide required defaults for linker -e and -d switches. */
#define LINK_SPEC \
- "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
+ "%{!nostartfiles:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* Every structure or union's size must be a multiple of 2 bytes. */