firasuke / mussel

The shortest and fastest script to build working cross compilers targeting musl libc
ISC License
88 stars 12 forks source link

version bump, fortran support, fixed broken ABI for little-endian powerpc. #28

Closed ghost closed 6 months ago

ghost commented 6 months ago

• Bumped musl version from 1.2.4 to 1.2.5. • Updated documentation with the architectures I added in a previous PR. • Fixed little-endian powerpc build. • Added support for Fortran (via gfortran and the GNU libfortran implementation); this hasn't been tested for all builds, but I believe it works. • Did a small amount of unrelated cleanup in the script; namely, printf is now an alias to printf -- so that the -- argument doesn't need to be explicitly specified on every invocation. I still haven't gotten around to testing everything, but I figured I'd push it before it got stale. Thanks!

firasuke commented 6 months ago

Looks good to me. Merged!