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)
Change History (5)
by , 9 years ago
comment:1 by , 9 years ago
Is this patch needed for develop or for master as well? What about gcc-cygwin?
comment:2 by , 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 , 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 , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done in develop and master.
https://github.com/boostorg/log/commit/940bf90f9fa573bb23f9ff321b4fad01aef111c9
Patch to fix the issue