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

Add compilers using musl-gcc: 4.01.0+musl, 4.01.0+musl+static #2025

Merged
merged 1 commit into from
May 11, 2014
Merged

Add compilers using musl-gcc: 4.01.0+musl, 4.01.0+musl+static #2025

merged 1 commit into from
May 11, 2014

Conversation

edwintorok
Copy link
Contributor

Requires musl-gcc to be installed (apt-get install musl-tools on Debian).

Note: the +musl+static can be used to build fully statically linked applications (something you can't do with glibc due to gethostbyname etc.) that will run on multiple distributions.
It might be useful for small self-contained applications, or for solving bootstrap problems like building an opam binary that would run on CentOS 6.

Requires musl-gcc to be installed (apt-get install musl-tools on Debian).
samoht added a commit that referenced this pull request May 11, 2014
Add compilers using musl-gcc: 4.01.0+musl, 4.01.0+musl+static
@samoht samoht merged commit f700a20 into ocaml:master May 11, 2014
@edwintorok edwintorok deleted the musl-gcc branch May 11, 2014 09:40
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

Successfully merging this pull request may close these issues.

2 participants