diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-09 13:30:01 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-09 13:30:01 +0000 |
commit | 78a142524e0eb91c5f476611aa5dbf39743db999 (patch) | |
tree | 8b0af9947ab5554db5d1b545ff6699c2be692eb5 /gcc/config/arc | |
parent | 7aed7dfc45e81230bd4fa01c16b55c0904b49535 (diff) | |
download | gcc-78a142524e0eb91c5f476611aa5dbf39743db999.zip gcc-78a142524e0eb91c5f476611aa5dbf39743db999.tar.gz gcc-78a142524e0eb91c5f476611aa5dbf39743db999.tar.bz2 |
arc.h (ASM_SPEC): Remove %{v}.
* config/arc/arc.h (ASM_SPEC): Remove %{v}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
* config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
* config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
* config/frv/frv.h (ASM_SPEC): Remove %{v}.
* config/i386/linux.h (ASM_SPEC): Remove %{v}.
* config/i386/linux64.h (ASM_SPEC): Remove %{v}.
* config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
* config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
* config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
* config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
* config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
* config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
* config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
* config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
* config/mips/mips.h (ASM_SPEC): Remove %{v}.
* config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
* config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
* config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
* config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
* config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
* config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
* config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
* config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
* config/xtensa/linux.h (ASM_SPEC): Remove %{v}.
From-SVN: r167636
Diffstat (limited to 'gcc/config/arc')
-rw-r--r-- | gcc/config/arc/arc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 9771678..8a08818 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -62,7 +62,7 @@ along with GCC; see the file COPYING3. If not see %{EB:-mbig-endian} %{EL:-mlittle-endian} \ " -#define ASM_SPEC "%{v} %{EB} %{EL}" +#define ASM_SPEC "%{EB} %{EL}" #define LINK_SPEC "%{v} %{EB} %{EL}" |