Commit 896237cd by Francois-Xavier Coudert Committed by François-Xavier Coudert

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
parent 880b527f
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:
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment