From a9821774c97a6270418fd4b78754ddd60fc820e5 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 12 Jun 1995 18:52:41 +0000 Subject: [PATCH] Undo patch of May 11. -nostdlib implies -nostartfiles again. From-SVN: r9930 --- gcc/config/dsp16xx/dsp16xx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index dd22966099e..abf38ad5fc3 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -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 */ -- 2.30.2