]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mingw-w64.h (LINK_SPEC): Add separating space between commands.
authorKai Tietz <kai.tietz@onevision.com>
Tue, 28 Jul 2009 16:52:21 +0000 (16:52 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Tue, 28 Jul 2009 16:52:21 +0000 (18:52 +0200)
2009-07-28  Kai Tietz  <kai.tietz@onevision.com>

* config/i386/mingw-w64.h (LINK_SPEC): Add
separating space between commands.

From-SVN: r150170

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

index fc6cf1d3828c8240f1bda3b2053417c780b7d83e..cd29b148d6e18379aa175942aa0a17812958138f 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-28  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/i386/mingw-w64.h (LINK_SPEC): Add
+       separating space between commands.
+
 2009-07-28  Jan Hubicka  <jh@suse.cz>
 
        PR tree-optimization/40759
index 7996f69adc05ca2e096e7a52757fd3ffd812e950..e38418f7dcda855af6e81f28dd953b68d3374260 100644 (file)
@@ -56,7 +56,7 @@ along with GCC; see the file COPYING3.  If not see
 #endif
 
 #undef LINK_SPEC
-#define LINK_SPEC SUB_LINK_SPEC "%{mwindows:--subsystem windows} \
+#define LINK_SPEC SUB_LINK_SPEC " %{mwindows:--subsystem windows} \
   %{mconsole:--subsystem console} \
   %{shared: %{mdll: %eshared and mdll are not compatible}} \
   %{shared: --shared} %{mdll:--dll} \