From: Michael Meissner Date: Fri, 3 Mar 1995 21:33:52 +0000 (+0000) Subject: Pass -mrelocatable to assembler if passed to compiler. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1b9d2aaf507e9ca0554253d216018ae1780fab8;p=gcc.git Pass -mrelocatable to assembler if passed to compiler. From-SVN: r9122 --- diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 378a2089207..a51988d8182 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -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. */