From 88bf2bdc8d84ca007d468950ed5fd7b87e3bec24 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 12 Jun 1995 19:00:48 +0000 Subject: Undo patch of May 24. Don't pass "-e start" if -nostdlib again. From-SVN: r9931 --- 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 d7264d0..8c0974a 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -58,7 +58,7 @@ #undef LINK_SPEC #define LINK_SPEC \ - "%{!nostartfiles:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}" + "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}" /* We have atexit(3). */ -- cgit v1.1