diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-09 13:25:25 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-09 13:25:25 +0000 |
commit | 51769cc040ac9c1b555ccf9821aaad0ca137a937 (patch) | |
tree | 171e8d8b7ef2af4a6f66fe2e2ef77e08e5098d64 /gcc/config/sol2.h | |
parent | a6d1cd85ca568580c29f4e9fa778b13f513d1a37 (diff) | |
download | gcc-51769cc040ac9c1b555ccf9821aaad0ca137a937.zip gcc-51769cc040ac9c1b555ccf9821aaad0ca137a937.tar.gz gcc-51769cc040ac9c1b555ccf9821aaad0ca137a937.tar.bz2 |
bfin.h (ASM_SPEC): Remove %{n} and %{T}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.
* config/frv/frv.h (ASM_SPEC): Likewise.
* config/i386/sol2-10.h (ASM_SPEC): Likewise.
* config/i386/sol2.h (ASM_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/pa/pa-linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC32): Likewise.
* config/rs6000/vxworks.h (ASM_SPEC): Likewise.
* config/sol2.h (ASM_SPEC): Likewise.
* config/sparc/linux.h (ASM_SPEC): Likewise.
* config/sparc/linux64.h (ASM_SPEC): Likewise.
* config/sparc/sp-elf.h (ASM_SPEC): Likewise.
* config/sparc/sysv4.h (ASM_SPEC): Likewise.
* config/svr4.h (SVR4_ASM_SPEC): Likewise.
From-SVN: r167633
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r-- | gcc/config/sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index 1ef0920..943ff8b 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -115,7 +115,7 @@ along with GCC; see the file COPYING3. If not see It's safe to pass -s always, even if -g is not used. */ #undef ASM_SPEC #define ASM_SPEC "\ -%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} -s \ +%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} -s \ %{fpic|fpie|fPIC|fPIE:-K PIC} \ %(asm_cpu) \ " |