Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: use i686 ELF toolchain on macOS
Homebrew doesn't provide an i386 ELF toolchain as an official formula, though one is available from the tap `nativeos/i386-elf-toolchain`. Unfortunately, the binaries included in this toolchain conflicts with the deprecated names for the official x86_64 ELF toolchain, blocking me from having both installed simultaneously (see [1] for more information). Fortunately, Homebrew provides an i686 ELF toolchain as an official formulua. Since the i686 cross compiler supports compiling to i386, I'll use it as the designated toolchain on macOS. [1] nativeos/homebrew-i386-elf-toolchain#21
- Loading branch information