From d1b9d2aaf507e9ca0554253d216018ae1780fab8 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 3 Mar 1995 21:33:52 +0000 Subject: [PATCH] Pass -mrelocatable to assembler if passed to compiler. From-SVN: r9122 --- gcc/config/rs6000/sysv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2