We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
musl
musl is build-able now but largely unverified, it'll be great to set up a toolchain based on bootstrapped musl for more tests.
git clone --depth 1 git://git.musl-libc.org/musl cd musl/ rm -rf src/complex/ AR=ar RANLIB=ranlib CC=~/slimcc/slimcc ../musl/configure --target=x86_64-linux-musl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
musl
is build-able now but largely unverified, it'll be great to set up a toolchain based on bootstrapped musl for more tests.The text was updated successfully, but these errors were encountered: