diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-26 20:30:12 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-26 20:30:12 +0000 |
commit | c75d884b6dd8c8501cee8d6fcd15b9351cb2c7ac (patch) | |
tree | 4c33270171a5486a7f5bf7c8af7ab1f88c1ea902 /gcc/config/sparc/linux64.h | |
parent | d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c (diff) | |
download | gcc-c75d884b6dd8c8501cee8d6fcd15b9351cb2c7ac.zip gcc-c75d884b6dd8c8501cee8d6fcd15b9351cb2c7ac.tar.gz gcc-c75d884b6dd8c8501cee8d6fcd15b9351cb2c7ac.tar.bz2 |
bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
* config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
* config/frv/frv.h (LINK_SPEC): Likewise.
* config/i386/netware.h (LINK_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.
* config/rs6000/vxworks.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.
From-SVN: r169303
Diffstat (limited to 'gcc/config/sparc/linux64.h')
-rw-r--r-- | gcc/config/sparc/linux64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index e6e309d..cd7c390 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -208,7 +208,6 @@ 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 "\ -%{!Qn:-Qy} \ -s \ %{fpic|fPIC|fpie|fPIE:-K PIC} \ %{!.c:%{findirect-dispatch:-K PIC}} \ |