Undo patch of May 11. -nostdlib implies -nostartfiles again.

From-SVN: r9930
This commit is contained in:
Doug Evans 1995-06-12 18:52:41 +00:00
parent 0de9e56a34
commit a9821774c9

View File

@ -108,9 +108,9 @@ extern char *output_block_move();
#define CROSS_LINK_SPEC "%{!c:%{!M:%{!MM:%{!E:%{!S:ld1600 %l %X %{o*} %{m} \
%{r} %{s} %{t} %{u*} %{x}\
%{!A:%{!nostartfiles:%S}} %{static:}\
%{!A:%{!nostdlib:%{!nostartfiles:%S}}} %{static:}\
%{L*} %D %o %{!nostdlib:-le1600 %L -le1600}\
%{!A:%{!nostartfiles:%E}}\n }}}}}"
%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\n }}}}}"
/* Nothing complicated here, just link with libc.a under normal
circumstances */