Undo patch of May 11. -nostdlib implies -nostartfiles again.
authorDoug Evans <dje@gnu.org>
Mon, 12 Jun 1995 18:52:41 +0000 (18:52 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 12 Jun 1995 18:52:41 +0000 (18:52 +0000)
From-SVN: r9930

gcc/config/dsp16xx/dsp16xx.h

index dd22966099e68d52f317b48c20ea700ca19c9bef..abf38ad5fc306eb14cfe74d94cb655f111775d34 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 */