Undo patch of May 11. -nostdlib implies -nostartfiles again.
From-SVN: r9930
This commit is contained in:
parent
0de9e56a34
commit
a9821774c9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user