From: Michael Meissner Date: Wed, 24 Apr 1996 19:47:24 +0000 (+0000) Subject: Add missing endif. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=817c484990f53e5a138ea15489ebd420059ab45b;p=gcc.git Add missing endif. From-SVN: r11879 --- 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"