From 4de57b3baa71a87fdaf4a3de8f5a69bd69da8f9c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sat, 10 Sep 1994 00:34:51 +0000 Subject: [PATCH] (LINK_SPEC): Ditto. From-SVN: r8068 --- gcc/config/alpha/osf12.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/alpha/osf12.h b/gcc/config/alpha/osf12.h index 8996f20..135525e 100644 --- a/gcc/config/alpha/osf12.h +++ b/gcc/config/alpha/osf12.h @@ -26,4 +26,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef LINK_SPEC #define LINK_SPEC \ - "-G 8 -O1 %{static:-non_shared} %{!static:-call_shared}" + "-G 8 -O1 %{static:-non_shared} %{!static:-call_shared} -init __main" -- 2.7.4