Skip to content

Support Apple Silicon and aarch64 Linux

Kabir Oberai requested to merge koberai/cs350-container:master into master

This PR adds support for aarch64 hosts, most commonly Apple Silicon Macs. Updating the version of config.guess from the ancient copy bundled with the deps makes everything work. Surprisingly, it seems like all of the GNU tools built for aarch64 even back in 2006, despite the architecture not having… existed.

Merge request reports