]> gcc.gnu.org Git - gcc.git/commitdiff
Minor EXTRA_SPECS fixes.
authorStan Cox <coxs@gnu.org>
Thu, 11 Apr 1996 17:00:35 +0000 (17:00 +0000)
committerStan Cox <coxs@gnu.org>
Thu, 11 Apr 1996 17:00:35 +0000 (17:00 +0000)
From-SVN: r11700

gcc/config/m88k/dgux.h
gcc/config/m88k/dguxbcs.h

index 3355c568886ecc13997e1b869a96a24584d2acd0..ab6561bd41351e757dbfac736fc36971e51e7b6c 100644 (file)
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA.  */
   (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
 
 #ifndef VERSION_INFO2
-#define VERSION_INFO2   "$Revision: 1.20 $"
+#define VERSION_INFO2   "$Revision: 1.21 $"
 #endif
 #ifndef NO_BUGS
 #define AS_BUG_IMMEDIATE_LABEL
@@ -88,7 +88,9 @@ Boston, MA 02111-1307, USA.  */
 
 /* Assembler support (-V, silicon filter, legends for mxdb).  */
 #undef ASM_SPEC
-#define ASM_SPEC "%(asm_cpu) %{!msvr3:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}"
+#define ASM_SPEC "%{pipe:%{!.s: - }\
+                  %{!msvr3:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}\
+                 %(asm_cpu)"
 
 /* Override svr4.h.  */
 #undef ASM_FINAL_SPEC
@@ -134,7 +136,7 @@ Boston, MA 02111-1307, USA.  */
   { "startfile_crtbegin", STARTFILE_CRTBEGIN_SPEC }
    
 #define ASM_CPU_SPEC "\
-                 %{V} %{v:%{!V:-V}}
+                 %{V} %{v:%{!V:-V}}\
                  %{g:\
                  %{mno-legend:-Wc,off}\
                  %{!mno-legend:-Wc,-fix-bb,-s\"%i\"\
@@ -152,7 +154,7 @@ Boston, MA 02111-1307, USA.  */
 #define STARTFILE_DEFAULT_SPEC "\
                         %{!shared:%{!symbolic:%{pg:gcrt0.o%s} \
                         %{!pg:%{p:/lib/mcrt0.o}%{!p:/lib/crt0.o}} \
-                        %(startfile_crtbegin)
+                         %(startfile_crtbegin) \
                         %{svr4:%{ansi:/lib/values-Xc.o} \
                          %{!ansi:%{traditional:/lib/values-Xt.o} \
                           %{!traditional:/usr/lib/values-Xa.o}}}}}"
index 24526565669d7205161d41b9cd304a48c142bef4..00ef9b3a2895e446508fc7b51951f1a8ffb31186 100644 (file)
@@ -36,7 +36,9 @@ Boston, MA 02111-1307, USA.  */
 
 /* Assembler support (-V, silicon filter, legends for mxdb).  */
 #undef ASM_SPEC
-#define ASM_SPEC "%(asm_cpu) %{msvr4:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}"
+#define ASM_SPEC "%{pipe:%{!.s: - }\
+                  %{msvr4:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}\
+                 %(asm_cpu)"
 
 /* If -m88100 is in effect, add -Dm88100; similarly for -m88110.
    Here, the CPU_DEFAULT is assumed to be -m88000.  If not -ansi,
This page took 0.063803 seconds and 5 git commands to generate.