(STARTFILE_SPEC): Add %{static:-static}.
From-SVN: r7968
This commit is contained in:
parent
cc2394a432
commit
dc5627bf6a
@ -77,7 +77,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
%{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}"
|
||||
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}}"
|
||||
#define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}"
|
||||
|
||||
|
||||
/* There are conflicting reports about whether this system uses
|
||||
|
Loading…
Reference in New Issue
Block a user