Summary: | cross-x86_64-w32-mingw32/gcc-11.1.0 fails to compile: ‘operation_not_supported’ is not a member of ‘std::errc’; did you mean ‘function_not_supported’? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Antonio Quartulli <a> |
Component: | Current packages | Assignee: | Cross compilation support <cross> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | jstein, sam, toolchain, xtkoba |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732706 | ||
Attachments: |
cross-x86_64-w32-mingw32-info.log
cross-x86_64-w32-mingw32-gcc-stage2.log.xz gcc-config.logs.tar.xz Make mingw32 always assumed to be Mingw-w64 |
Description
Antonio Quartulli
2021-05-02 09:13:31 UTC
Created attachment 705246 [details]
cross-x86_64-w32-mingw32-gcc-stage2.log.xz
Created attachment 705249 [details]
gcc-config.logs.tar.xz
Created attachment 714045 [details, diff]
Make mingw32 always assumed to be Mingw-w64
This is because the configuration script for libstdc++ assumes the host to be Mingw-w64 only if the host string matches *-w64-*.
(In reply to Tee KOBAYASHI from comment #3) > Created attachment 714045 [details, diff] [details, diff] > Make mingw32 always assumed to be Mingw-w64 > > This is because the configuration script for libstdc++ assumes the host to > be Mingw-w64 only if the host string matches *-w64-*. Could you submit this upstream please? |