]> gcc.gnu.org Git - gcc.git/commitdiff
re PR target/41024 (driver passes wrong parameter to as)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 5 Sep 2009 14:14:28 +0000 (14:14 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 5 Sep 2009 14:14:28 +0000 (14:14 +0000)
PR target/41024
* config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to
the assembler.

From-SVN: r151450

gcc/ChangeLog
gcc/config/i386/mingw-w64.h

index d11805b723df51fbb4d391fb62ccaa8c7495212e..09f480501ade346faeae84c6e3fc6ceb5708c4ae 100644 (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:
index e38418f7dcda855af6e81f28dd953b68d3374260..85840826674c8ea128a5f4c18e6384c8b409eff9 100644 (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
This page took 0.126816 seconds and 5 git commands to generate.