From b67e2a2ebc7bef24135857b919e94db8dcd845d0 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 24 May 1995 19:58:12 +0000 Subject: (LINK_SPEC): Don't pass "-e start" if nostartfiles rather than nostdlib. From-SVN: r9808 --- gcc/config/netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/netbsd.h') 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). */ -- cgit v1.1