diff options
author | Doug Evans <dje@gnu.org> | 1995-05-24 02:17:46 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-05-24 02:17:46 +0000 |
commit | a7c508fe546465509dddaffee3204054c4a70137 (patch) | |
tree | a6cd7f60d6fbfd17319842000e9c2a9ac8648657 /gcc | |
parent | 3b4b60359761cbf89b559d623942e57ea3d3c096 (diff) | |
download | gcc-a7c508fe546465509dddaffee3204054c4a70137.zip gcc-a7c508fe546465509dddaffee3204054c4a70137.tar.gz gcc-a7c508fe546465509dddaffee3204054c4a70137.tar.bz2 |
(CROSS_LINK_SPEC): ENDFILE_SPEC moved to -nostartfiles.
From-SVN: r9792
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 484a6e4..dd22966 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -108,8 +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:%{!nostdlib:%S}} %{static:}\ - %{L*} %D %o %{!nostdlib:-le1600 %L -le1600 %{!A:%E}}\n }}}}}" + %{!A:%{!nostartfiles:%S}} %{static:}\ + %{L*} %D %o %{!nostdlib:-le1600 %L -le1600}\ + %{!A:%{!nostartfiles:%E}}\n }}}}}" /* Nothing complicated here, just link with libc.a under normal circumstances */ |