Commit a7c508fe by Doug Evans

(CROSS_LINK_SPEC): ENDFILE_SPEC moved to -nostartfiles.

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