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

Improve mips support #22

Closed asmarques closed 3 years ago

asmarques commented 3 years ago

Adds support for the following mips targets:

Also fixes an issue with variable substitution in the test for the existing mips target.

FiloSottile commented 3 years ago

Thank you!