From: Kai Tietz Date: Tue, 28 Jul 2009 16:52:21 +0000 (+0000) Subject: mingw-w64.h (LINK_SPEC): Add separating space between commands. X-Git-Tag: releases/gcc-4.5.0~4303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=032502c26ffec2ca9b3721df0ffd4808bd149e18;p=thirdparty%2Fgcc.git mingw-w64.h (LINK_SPEC): Add separating space between commands. 2009-07-28 Kai Tietz * config/i386/mingw-w64.h (LINK_SPEC): Add separating space between commands. From-SVN: r150170 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc6cf1d3828c..cd29b148d6e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-07-28 Kai Tietz + + * config/i386/mingw-w64.h (LINK_SPEC): Add + separating space between commands. + 2009-07-28 Jan Hubicka PR tree-optimization/40759 diff --git a/gcc/config/i386/mingw-w64.h b/gcc/config/i386/mingw-w64.h index 7996f69adc05..e38418f7dcda 100644 --- a/gcc/config/i386/mingw-w64.h +++ b/gcc/config/i386/mingw-w64.h @@ -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} \