-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Mostly) Build tools working on arm64 (#612)
Using linux/arm64 at the test environment, this implements almost all of getting the build toolchain working on an arm64 host machine. `make build-macos-binary` is currently not working, but I've left that for later, and documented it as a known issue. Everything else is working! Also includes: * Cleanup unneeded things in build image. * Updates to linkers used when cross compiling. * Document known issues with compiling mac binaries. * Ensure emulation exists where required. Work on ##608
- Loading branch information
1 parent
f7f2376
commit 0543797
Showing
3 changed files
with
42 additions
and
22 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