firasuke / mussel

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

Added static musl generation. #5

Closed 4y8 closed 3 years ago

4y8 commented 3 years ago

Generation of static libraries was disabled in musl's configuration, however it causes some problems when statically linking binaries. For instance, make's configure script considers without that that the compiler doesn't work if make is linked statically.

firasuke commented 3 years ago

That's a sane argument! That means that mussel was producing cross compilers that can only do shared linking (with static linking disabled against musl which wasn't intended).

Thanks for pointing that out!

4y8 commented 3 years ago

Your welcome!

firasuke commented 3 years ago

@yul3n Is it ok if we added you to the contributors list? How would you like your name/nick/email listed?

4y8 commented 3 years ago

Yes thank you! "ayb ayb@3hg.fr" would be perfect.

firasuke commented 3 years ago

Awesome, check it out here and let me know if it requires modification.

Thanks again!

4y8 commented 3 years ago

Perfect! Thanks you

firasuke commented 3 years ago

You're welcome.