FiloSottile / homebrew-musl-cross

Homebrew Formula for static-friendly musl-based GCC macOS-to-Linux cross-compilers
https://blog.filippo.io/easy-windows-and-linux-cross-compilers-for-macos/
ISC License
547 stars 45 forks source link

how to install with --with-mipsle #11

Closed hongjinlin closed 5 years ago

hongjinlin commented 5 years ago

My target is little endian.Thank you!

FiloSottile commented 5 years ago

You can easily adapt the formula by copy-pasting the lines for one of the other architectures.

https://github.com/FiloSottile/homebrew-musl-cross/blob/master/musl-cross.rb

Please test the result and send a PR if it works!