mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 13:20:32 +08:00
(ASM_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
From-SVN: r12437
This commit is contained in:
parent
96a097c915
commit
6b67c5a30b
@ -64,7 +64,7 @@ Boston, MA 02111-1307, USA. */
|
||||
/* Pass -K to the assembler when PIC. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC \
|
||||
"%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
|
||||
%{fpic:-K PIC} %{fPIC:-K PIC} %(asm_cpu)"
|
||||
|
||||
/* Must use data section for relocatable constants when pic. */
|
||||
|
Loading…
Reference in New Issue
Block a user