diff options
author | Ian Lance Taylor <iant@google.com> | 2010-12-01 00:35:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-12-01 00:35:35 +0000 |
commit | 3b14df1dbd07e302aa5fa5251af9fc08e6e57fac (patch) | |
tree | 7aecd61f6b05d8a51fd8efb0ff633d7cede21f66 /gcc/config/i386/vxworks.h | |
parent | bf07274e718858ae1d44e30b44da631b7b99a207 (diff) | |
download | gcc-3b14df1dbd07e302aa5fa5251af9fc08e6e57fac.tar.gz |
linux.h (ASM_SPEC): Pass -v as -v, not -V.
* config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V. Remove
all of %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}.
* config/i386/linux64.h (ASM_SPEC): Likewise.
* config/i386/mingw-w64.h (ASM_SPEC): Likewise.
* config/i386/sol2-10.h (ASM_SPEC) [USE_GAS]: Likewise.
* config/i386/vxworks.h (ASM_SPEC): Likewise.
* config/i386/x86-64.h (ASM_SPEC): Likewise.
* config/i386/sol2.h (ASM_SPEC): Remove %{Wa,*:%*}.
* config/i386/sol2-10.h (ASM_SPEC) [!USE_GAS]: Likewise.
From-SVN: r167323
Diffstat (limited to 'gcc/config/i386/vxworks.h')
-rw-r--r-- | gcc/config/i386/vxworks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/vxworks.h b/gcc/config/i386/vxworks.h index f7f92985016..4343695daf5 100644 --- a/gcc/config/i386/vxworks.h +++ b/gcc/config/i386/vxworks.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see #define TARGET_VERSION fprintf (stderr, " (80586, VxWorks syntax)"); #undef ASM_SPEC -#define ASM_SPEC "%{v:-v} %{Qy:} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" +#define ASM_SPEC "%{v}" #define TARGET_OS_CPP_BUILTINS() \ do \ |