Closed hawkw closed 7 years ago
I've started working on Homebrew formulae for installing x86_64 cross tools. They seem to work correctly.
b5c9775a01a14d2bd0a88fb8e6b792b907d9cb3a changes the install process to use my formulae for the x86_64-pc-elf
toolchain. I'm still working on formulae for objconv
and grub
.
I've also opened a pull request https://github.com/Homebrew/homebrew-core/pull/6804 to add a formula to objconv
to homebrew/core
. Hopefully my PR will be approved soon :)
Closed by cb7a7fbdd3dfdd1424c2b0360c825667afd26793
It'd be nice if we could use Homebrew to install more of the macOS dev dependencies (like
x86_64-pc-elf
binutils
andgcc
, andobjconv
), so that they can be installed from theBrewfile
rather than forcing everyone who wants to build SOS to run the install scripts.