diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-14 17:43:05 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-14 17:43:05 -0400 |
commit | 761a3df02f7b72b609e8ba2a73b28d35092017ce (patch) | |
tree | f17d8911cdeb5ef1c9efeb1f6ff325132f2f9104 /gcc | |
parent | 9ad92d9bba44ef0a8ef005ea7a9bf4dfce1322cd (diff) | |
download | gcc-761a3df02f7b72b609e8ba2a73b28d35092017ce.zip gcc-761a3df02f7b72b609e8ba2a73b28d35092017ce.tar.gz gcc-761a3df02f7b72b609e8ba2a73b28d35092017ce.tar.bz2 |
(STARTFILE_SPEC): Don't force -static for -g.
From-SVN: r7465
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/linux.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 84b1109..91c5b10 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 |