-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cross-compilation to symbol mangling. (#150)
Motivation: BoringSSL potentially defines different symbols on different architecture and platform combinations. This means that we've historically missed mangling some symbol names when our script only involved building on macOS. We should build on more platforms to test this. Modifications: - Added support for cross compiling to Linux amd64, Linux aarch64, and Linux armv7 in symbol mangling script. - Added support for compiling for iOS armv6 and arm64 in symbol mangling script. Result: Harder to run the mangling script, better results when you do.
- Loading branch information
Showing
4 changed files
with
114 additions
and
24 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
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
Oops, something went wrong.