aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
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/mips
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/mips')
-rw-r--r--gcc/config/mips/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h
index 6f34ad4..db42f96 100644
--- a/gcc/config/mips/netbsd.h
+++ b/gcc/config/mips/netbsd.h
@@ -49,7 +49,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef LINK_SPEC
#define LINK_SPEC \
"%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
- %{!nostdlib:%{!r*:%{!e*:-e __start}}} -dc -dp %{static:-Bstatic} %{assert*}"
+ %{!nostartfiles:%{!r*:%{!e*:-e __start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */