-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to build with older musl vesions? #185
Comments
the easiest way is to build the toolchain with the default musl, then use the new toolchain to build your desired musl version manually and install it into the toolchain prefix using |
Oh, I see, that makes sense I think.
Thanks for the tip, I'll try it out |
You can easily build with any musl version using git instead of releases. The form is You can also just pre-extract |
I did actually try to add the 1.1.6 hash file, and it downloads it fine, but the configure script seems incompatible with the obj_musl/src_musl convention. I tried a few things such as creating a soft link to the Makefile in the obj_musl directory, but there are more things to shore up. |
Hello,
I appreciate the ease to build a custom musl-based gcc toolchain!
It seems that the earliest musl version supported is 1.1.14. I wonder if it's possible to build with a slightly older musl, namely 1.1.6 (I wanted to test a binary compatibility thing with libc)?
I gave it a shot and it seems to fail during configure, it could be as easy as setting up the soft link to the source resident Makefile; I am trying it out now. But while I am trying that I figured I ask the question and if anyone knows if there are any roadblocks or if it should work fine (with some patches).
The text was updated successfully, but these errors were encountered: