-
-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update boost library detection logic for cross compiling
When cross compiling for aarch64 on an x86_64 host, the build system assumes that the boost library is placed in "build/downloaded_packages/aarch64/boost/install". This assumption works well on systems where cross libraries are not provided and need to be manually installed but does not support using multiarch distros that use standard location for cross libraries that the cross compiler can resolve. Update the boost library detection logic to first use the compiler to resolve the boost libraries (both during native and cross-builds) and failing that for aarch64 falling back to looking in the hardcoded path. Signed-off-by: Punit Agrawal <[email protected]> Message-Id: <[email protected]>
- Loading branch information
1 parent
c6c6e0c
commit 27b530f
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters