OSDN Git Service

PR target/41024
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Sep 2009 14:14:28 +0000 (14:14 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Sep 2009 14:14:28 +0000 (14:14 +0000)
* config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to
the assembler.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151450 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d11805b..09f4805 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 e38418f..8584082 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