2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-28 15:05:30 +08:00

*** empty log message ***

From-SVN: r402
This commit is contained in:
Richard Stallman 1992-03-06 21:26:21 +00:00
parent 44037a668c
commit e5259eef1a

View File

@ -12,9 +12,9 @@
"%{!shlib:%{posix:%{pg:mcrtp1.o%s}%{!pg:%{p:mcrtp1.o%s}%{!p:crtp0.o%s}}}\
%{!posix:%{pg:mcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
%{p:-L/lib/libp} %{pg:-L/lib/libp}}}\
%{shlib:%{posix:crtp1.o%s}%{!posix:crt1.o%s}} "
#define ENDFILE_SPEC "crtn.o%s"
%{shlib:%{posix:crtp1.o%s}%{!posix:crt1.o%s}} crtbegin.o%s"
#define ENDFILE_SPEC "crtend.o%s crtn.o%s"
/* Library spec */
#undef LIB_SPEC