Opened 9 years ago

Closed 9 years ago

#9864 closed Patches (fixed)

Remove references to gcc-mingw

Reported by: Steven Watanabe Owned by: Andrey Semashev
Milestone: To Be Determined Component: log
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

gcc-mingw causes a lot of problems and will be removed from Boost.Build. The replacement is <toolset>gcc,<target-os>windows.

Attachments (1)

log.patch (701 bytes ) - added by Steven Watanabe 9 years ago.
Patch to fix the issue

Download all attachments as: .zip

Change History (5)

by Steven Watanabe, 9 years ago

Attachment: log.patch added

Patch to fix the issue

comment:1 by Andrey Semashev, 9 years ago

Is this patch needed for develop or for master as well? What about gcc-cygwin?

comment:2 by Steven Watanabe, 9 years ago

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. <target-os>cygwin will work.

comment:3 by Steven Watanabe, 9 years ago

I should add that this patch is safe to apply now. It doesn't depend on my pending Boost.Build changes. <target-os>windows has existed for years and is used by Boost.Build's gcc toolset to detect MinGW.

comment:4 by Andrey Semashev, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.