------- Comment #5 from ktietz at gcc dot gnu dot org  2009-09-05 13:14 -------
> I am retesting it. I think {v:-v} is better here.

This patch works fine. Could you post a patch for it. It is pre-approved.

Thanks,
Kai

Index: mingw-w64.h
===================================================================
--- mingw-w64.h (revision 151421)
+++ mingw-w64.h (working copy)
@@ -36,7 +36,7 @@
 /* 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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41024

Reply via email to