Opened 6 years ago
#12520 new Bugs
Boost.Fiber requirements are executed when cross-compiling
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.62.0 | Severity: | Problem |
Keywords: | Cc: | carlosmf.pt@… |
Description
I have tried to build Boost.Fiber using the OpenWRT cross-compiler for Raspberry Pi B platform (armv6k) but without success.
The ./fiber/build/Jamfile.v2 has cxx11_* requirements, which in order to be successfully detected, the Boost Building system executes in order to check them out. If Boost is being cross-compiled to another platform, those tests will always fail even though the binaries are correctly compiled.
This should not happen when cross-compiling.
Note:
See TracTickets
for help on using tickets.