*** 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
1 changed files with 3 additions and 3 deletions

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