summaryrefslogtreecommitdiff
path: root/gcc/config/netbsd.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-24 19:58:12 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-24 19:58:12 +0000
commit3fccf5916ade7a4c1e187adc6e909740c43aa42e (patch)
treea7818bb4496e7f81a568a7cfa69dcf93d0c2c7ae /gcc/config/netbsd.h
parent661f6e7e7d919707a535760f691c775b56c98372 (diff)
downloadgcc-3fccf5916ade7a4c1e187adc6e909740c43aa42e.tar.gz
(LINK_SPEC): Don't pass "-e start" if nostartfiles rather than nostdlib.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9808 138bc75d-0d04-0410-961f-82ee72b054a4
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 8c0974ade4d..d7264d002d9 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). */