OSDN Git Service

(CROSS_LINK_SPEC): ENDFILE_SPEC moved to -nostartfiles.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 1995 02:17:46 +0000 (02:17 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 1995 02:17:46 +0000 (02:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9792 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/dsp16xx/dsp16xx.h

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