Commit 7c0e725d by Doug Evans

* sparc/sysv4.h (ASM_SPEC): Add %(asm_cpu).

From-SVN: r11322
parent 0f1f080e
/* Target definitions for GNU compiler for Sparc running System V.4
Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
Copyright (C) 1991, 1992, 1995, 1996 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@netcom.com).
......@@ -65,7 +65,7 @@ Boston, MA 02111-1307, USA. */
#undef ASM_SPEC
#define ASM_SPEC \
"%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
%{fpic:-K PIC} %{fPIC:-K PIC}"
%{fpic:-K PIC} %{fPIC:-K PIC} %(asm_cpu)"
/* Must use data section for relocatable constants when pic. */
#undef SELECT_RTX_SECTION
......
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