From: Francois-Xavier Coudert Date: Sat, 5 Sep 2009 14:14:28 +0000 (+0000) Subject: re PR target/41024 (driver passes wrong parameter to as) X-Git-Tag: releases/gcc-4.5.0~3663 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=896237cdcd1172e00b0b672ce846aa5c885f3c9e;p=gcc.git re PR target/41024 (driver passes wrong parameter to as) PR target/41024 * config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to the assembler. From-SVN: r151450 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d11805b723df..09f480501ade 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-09-05 Francois-Xavier Coudert + + PR target/41024 + * config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to + the assembler. + 2009-09-04 Uros Bizjak Revert: diff --git a/gcc/config/i386/mingw-w64.h b/gcc/config/i386/mingw-w64.h index e38418f7dcda..85840826674c 100644 --- a/gcc/config/i386/mingw-w64.h +++ b/gcc/config/i386/mingw-w64.h @@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see /* Enable multilib. */ #undef ASM_SPEC -#define ASM_SPEC "%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*} \ +#define ASM_SPEC "%{v:-v} %{n} %{T} %{Ym,*} %{Yd,*} \ %{Wa,*:%*} %{m32:--32} %{m64:--64}" #if TARGET_64BIT_DEFAULT