firasuke / mussel

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

add m68k, SuperH, and additional arm targets; bug fixes #26

Closed ghost closed 7 months ago

ghost commented 7 months ago
firasuke commented 7 months ago

Thanks for your contribution @awbtux!

Looks good for now, will require further testing later to ensure there aren't any broken ABIs for the newly added architectures.

Merged!

ghost commented 7 months ago

Yeah, I'll do more testing tomorrow—I already noticed that the 32-bit little-endian powerpc architecture I added was missing the --enable-secureplt and --without-long-double-128 flags. I'll push another PR fixing whatever issues I find here.