mirror of git://gcc.gnu.org/git/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
This commit is contained in:
parent
880b527fd8
commit
896237cdcd
|
@ -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>
|
2009-09-04 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
Revert:
|
Revert:
|
||||||
|
|
|
@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
|
||||||
/* Enable multilib. */
|
/* Enable multilib. */
|
||||||
|
|
||||||
#undef ASM_SPEC
|
#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}"
|
%{Wa,*:%*} %{m32:--32} %{m64:--64}"
|
||||||
|
|
||||||
#if TARGET_64BIT_DEFAULT
|
#if TARGET_64BIT_DEFAULT
|
||||||
|
|
Loading…
Reference in New Issue