OSDN Git Service

Undo patch of May 11. -nostdlib implies -nostartfiles again.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jun 1995 18:52:41 +0000 (18:52 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jun 1995 18:52:41 +0000 (18:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9930 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/dsp16xx/dsp16xx.h

index dd22966..abf38ad 100644 (file)
@@ -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 */