Boost C++ Libraries: Ticket #9864: Remove references to gcc-mingw https://svn.boost.org/trac10/ticket/9864 <p> gcc-mingw causes a lot of problems and will be removed from Boost.Build. The replacement is &lt;toolset&gt;gcc,&lt;target-os&gt;windows. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9864 Trac 1.4.3 Steven Watanabe Wed, 09 Apr 2014 17:16:23 GMT attachment set https://svn.boost.org/trac10/ticket/9864 https://svn.boost.org/trac10/ticket/9864 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">log.patch</span> </li> </ul> <p> Patch to fix the issue </p> Ticket Andrey Semashev Wed, 09 Apr 2014 17:24:45 GMT <link>https://svn.boost.org/trac10/ticket/9864#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9864#comment:1</guid> <description> <p> Is this patch needed for develop or for master as well? What about gcc-cygwin? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Wed, 09 Apr 2014 17:31:20 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9864#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9864#comment:2</guid> <description> <p> The patch will be needed in both master and develop. I can't update Boost.Build until all the necessary changes are made in the library Jamfiles. gcc-cygwin should never have worked. &lt;target-os&gt;cygwin will work. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Wed, 09 Apr 2014 17:38:06 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9864#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9864#comment:3</guid> <description> <p> I should add that this patch is safe to apply now. It doesn't depend on my pending Boost.Build changes. &lt;target-os&gt;windows has existed for years and is used by Boost.Build's gcc toolset to detect MinGW. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Wed, 09 Apr 2014 17:50:05 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9864#comment:4 https://svn.boost.org/trac10/ticket/9864#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Done in develop and master. </p> <p> <a class="ext-link" href="https://github.com/boostorg/log/commit/940bf90f9fa573bb23f9ff321b4fad01aef111c9"><span class="icon">​</span>https://github.com/boostorg/log/commit/940bf90f9fa573bb23f9ff321b4fad01aef111c9</a> </p> Ticket