You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to cross-compile Boost.Fiber for the armv6 architecture, the cxx11_* requirements in the Jamfile.v2 will fail, because the building system will try to execute the binaries on the host.
This should not happen.
The fact that the binaries are compiled is enough to guarantee the cxx11_* support by the compiler.
The text was updated successfully, but these errors were encountered:
If I try to cross-compile Boost.Fiber for the armv6 architecture, the cxx11_* requirements in the Jamfile.v2 will fail, because the building system will try to execute the binaries on the host.
This should not happen.
The fact that the binaries are compiled is enough to guarantee the cxx11_* support by the compiler.
The text was updated successfully, but these errors were encountered: