(STARTFILE_SPEC): Add %{static:-static}.

From-SVN: r7968
This commit is contained in:
Richard Kenner 1994-08-24 17:36:18 -04:00
parent cc2394a432
commit dc5627bf6a

View File

@ -77,7 +77,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}" %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}"
#undef STARTFILE_SPEC #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 /* There are conflicting reports about whether this system uses