From 817c484990f53e5a138ea15489ebd420059ab45b Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 24 Apr 1996 19:47:24 +0000 Subject: [PATCH] Add missing endif. From-SVN: r11879 --- gcc/config/rs6000/sysv4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 740c585fa31..593f3a27668 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1020,6 +1020,7 @@ do { \ #define STARTFILE_LINUX_SPEC "\ %{!shared: %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \ scrti.o%s" +#endif #ifndef ENDFILE_LINUX_SPEC #define ENDFILE_LINUX_SPEC "scrtn.o%s" -- 2.30.2