From: Richard Kenner Date: Tue, 14 Jun 1994 21:43:05 +0000 (-0400) Subject: (STARTFILE_SPEC): Don't force -static for -g. X-Git-Tag: misc/cutover-egcs-0~6478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761a3df02f7b72b609e8ba2a73b28d35092017ce;p=thirdparty%2Fgcc.git (STARTFILE_SPEC): Don't force -static for -g. From-SVN: r7465 --- diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 84b11097d5ad..91c5b10fee6a 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -72,12 +72,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #undef LIB_SPEC -#define LIB_SPEC "%{mieee-fp:-lieee} %{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}" - +#define LIB_SPEC \ +"%{mieee-fp:-lieee} %{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} \ + %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}" #undef STARTFILE_SPEC -#define STARTFILE_SPEC \ - "%{pg:gcrt0.o%s -static} %{!pg:%{p:gcrt0.o%s -static} %{!p:crt0.o%s %{g*:-static} %{static:-static}}}" +#define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}}" /* There are conflicting reports about whether this system uses