diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-26 20:27:04 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-26 20:27:04 +0000 |
commit | d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c (patch) | |
tree | cb67a09e96ae2b5a61d0f23cf6eed7dcf9d825b7 /gcc/config/pa/pa-linux.h | |
parent | b89b1e9d9b2c35691a105353d9fa3c67f8e0d34e (diff) | |
download | gcc-d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c.zip gcc-d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c.tar.gz gcc-d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c.tar.bz2 |
bfin.h (ASM_SPEC): Remove %{Ym,*}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
* config/frv/frv.h (ASM_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/pa/pa-linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_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: r169302
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index dd00587..64626e6 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see #undef ASM_SPEC #define ASM_SPEC \ - "%{Ym,*}" + "" /* Define this for shared library support because it isn't in the main linux.h file. */ |