Skip to content
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

Set up a self-hosted musl environment #99

Open
fuhsnn opened this issue Nov 23, 2024 · 0 comments
Open

Set up a self-hosted musl environment #99

fuhsnn opened this issue Nov 23, 2024 · 0 comments

Comments

@fuhsnn
Copy link
Owner

fuhsnn commented Nov 23, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant