aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/netbsd.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-05-24 19:58:12 +0000
committerDoug Evans <dje@gnu.org>1995-05-24 19:58:12 +0000
commitb67e2a2ebc7bef24135857b919e94db8dcd845d0 (patch)
treea7818bb4496e7f81a568a7cfa69dcf93d0c2c7ae /gcc/config/netbsd.h
parentb796119f95a57f153e00860539b3a5cdf8877aa1 (diff)
downloadgcc-b67e2a2ebc7bef24135857b919e94db8dcd845d0.zip
gcc-b67e2a2ebc7bef24135857b919e94db8dcd845d0.tar.gz
gcc-b67e2a2ebc7bef24135857b919e94db8dcd845d0.tar.bz2
(LINK_SPEC): Don't pass "-e start" if nostartfiles rather than nostdlib.
From-SVN: r9808
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r--gcc/config/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h
index 8c0974a..d7264d0 100644
--- a/gcc/config/netbsd.h
+++ b/gcc/config/netbsd.h
@@ -58,7 +58,7 @@
#undef LINK_SPEC
#define LINK_SPEC \
- "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
+ "%{!nostartfiles:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */