aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-06-12 18:52:41 +0000
committerDoug Evans <dje@gnu.org>1995-06-12 18:52:41 +0000
commita9821774c97a6270418fd4b78754ddd60fc820e5 (patch)
tree280fa56f413f4daf80403e1dd250f67790b11170 /gcc
parent0de9e56a34d931d83e15f01a6d4e1c3290364b18 (diff)
downloadgcc-a9821774c97a6270418fd4b78754ddd60fc820e5.zip
gcc-a9821774c97a6270418fd4b78754ddd60fc820e5.tar.gz
gcc-a9821774c97a6270418fd4b78754ddd60fc820e5.tar.bz2
Undo patch of May 11. -nostdlib implies -nostartfiles again.
From-SVN: r9930
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/dsp16xx/dsp16xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h
index dd22966..abf38ad5 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 */