diff options
author | Doug Evans <dje@gnu.org> | 1995-05-24 19:58:12 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-05-24 19:58:12 +0000 |
commit | b67e2a2ebc7bef24135857b919e94db8dcd845d0 (patch) | |
tree | a7818bb4496e7f81a568a7cfa69dcf93d0c2c7ae /gcc/config/netbsd.h | |
parent | b796119f95a57f153e00860539b3a5cdf8877aa1 (diff) | |
download | gcc-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.h | 2 |
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). */ |