Commit d1e04478 by Jason Merrill

(STARTFILE_SPEC): Wrap startfiles in %{!shared:}.

From-SVN: r8325
parent 00c0c63c
......@@ -464,7 +464,7 @@ proper position among the other output files. */
/* config.h can define STARTFILE_SPEC to override the default crt0 files. */
#ifndef STARTFILE_SPEC
#define STARTFILE_SPEC \
"%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
"%{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}"
#endif
/* config.h can define SWITCHES_NEED_SPACES to control passing -o and -L.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment