Commit a9821774 by Doug Evans

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

From-SVN: r9930
parent 0de9e56a
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment