Commit d1b9d2aa by Michael Meissner

Pass -mrelocatable to assembler if passed to compiler.

From-SVN: r9122
parent 3d356a8c
...@@ -233,7 +233,7 @@ extern int rs6000_pic_labelno; ...@@ -233,7 +233,7 @@ extern int rs6000_pic_labelno;
implies. */ implies. */
#undef ASM_SPEC #undef ASM_SPEC
#define 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. */ /* This is the end of what might become sysv4.h. */
/* Allow stabs and dwarf, prefer dwarf. */ /* Allow stabs and dwarf, prefer dwarf. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment