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

Add support for powerpc-linux-musl #19

Closed k-matoski closed 3 years ago

k-matoski commented 4 years ago

Do you think you will be able to add support for powerpc-linux-musl?

FiloSottile commented 4 years ago

Yeah anything in here can be easily added.

https://github.com/richfelker/musl-cross-make#supported-targets

Can you test it and open a PR like #6?

k-matoski commented 4 years ago

I'm not able to create a PR, maybe I don't have access. Here is a patch that I tested locally.

0001-Added-support-for-powerpc.patch.zip

FiloSottile commented 4 years ago

It should be possible to make a PR by forking, like any other GitHub project. I think it worked in the past. I'll apply the patch when I find time to sit down with it, but it would be quicker to review merge a PR. Thanks for testing it!