Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fixed options for cross-compilation. #35
Conversation
igaztanaga
merged commit 0bf3e3f
into boostorg:develop
Feb 12, 2017
igaztanaga
added a commit
that referenced
this pull request
Feb 12, 2017
|
|
igaztanaga |
3881f04
|
|
Thanks for the patch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NiklasAngare commentedFeb 12, 2017
Replaced <host-os> with <target-os> so that the correct options for the target are selected when cross-compiling. When not cross-compiling, it makes no difference as target-os by default mirrors host-os.
Without this, I get the linker error "cannot find -lrt" on my regression test runner for QNX 6.6.0 which is cross-compiling from Linux to QNX.