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
This commit is contained in:
Francois-Xavier Coudert 2009-09-05 14:14:28 +00:00 committed by François-Xavier Coudert
parent 880b527fd8
commit 896237cdcd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-09-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/41024
* config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to
the assembler.
2009-09-04 Uros Bizjak <ubizjak@gmail.com>
Revert:

View File

@ -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