OSDN Git Service

2009-07-28 Kai Tietz <kai.tietz@onevision.com>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jul 2009 16:52:21 +0000 (16:52 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jul 2009 16:52:21 +0000 (16:52 +0000)
* config/i386/mingw-w64.h (LINK_SPEC): Add
separating space between commands.

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

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

index fc6cf1d..cd29b14 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 7996f69..e38418f 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} \