Pass -mrelocatable to assembler if passed to compiler.
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 3 Mar 1995 21:33:52 +0000 (21:33 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 3 Mar 1995 21:33:52 +0000 (21:33 +0000)
From-SVN: r9122

gcc/config/rs6000/sysv4.h

index 378a20892079cb3764e1aa48d1c6decc1262a9e7..a51988d81827100d2a9800885c4fbbe3b3848770 100644 (file)
@@ -233,7 +233,7 @@ extern int rs6000_pic_labelno;
    implies.  */
 #undef ASM_SPEC
 #define ASM_SPEC \
-  "-u -mppc %{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
+  "-u -mppc %{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} %{mrelocatable}"
 /* This is the end of what might become sysv4.h.  */
 
 /* Allow stabs and dwarf, prefer dwarf.  */