Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fiber requirements fail when cross-compiling #92

Closed
ClaymorePT opened this issue Oct 28, 2016 · 2 comments
Closed

Fiber requirements fail when cross-compiling #92

ClaymorePT opened this issue Oct 28, 2016 · 2 comments

Comments

@ClaymorePT
Copy link

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.

@olk
Copy link
Member

olk commented Oct 28, 2016

this is a problem of boost.build - boost.build/boost.config evaluate/provide cxx11_*
there is nothing boost.fiber can do

@olk olk closed this as completed Oct 28, 2016
@ClaymorePT
Copy link
Author

Oh! I'm sorry then. Thank you for the enlightment. :)

Em 28/10/2016 17:55, "Oliver Kowalke" notifications@github.com escreveu:

Closed #92 #92.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#92 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AHTtIWxnXD1j7xyTbok7Bu6NwBBqDG8Qks5q4ikLgaJpZM4Kjix_
.

Romain-Geissler-1A pushed a commit to Romain-Geissler-1A/fiber that referenced this issue Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants