https://github.com/bjornpagen/musl-clang
musl clang overlay
https://github.com/bjornpagen/musl-clang
Last synced: 2 months ago
JSON representation
musl clang overlay
- Host: GitHub
- URL: https://github.com/bjornpagen/musl-clang
- Owner: bjornpagen
- Created: 2017-12-02T00:58:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T21:56:30.000Z (about 7 years ago)
- Last Synced: 2025-01-23T06:12:57.459Z (4 months ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# musl-clang
A gentoo musl repository meant to support native use of the clang compiler and llvm libraries such as libc++ and libc++abi to replace gnu libraries.
This repository is meant to be a testing overlay to get packages to compile, before sending them "upstream" to gentoo/musl as use flags.## Why does this exist?
~~Some packages, such as qtcore, have awful complicated build processes, and require special configuration that is specific toward clang and llvm libraries.
Since these packages cannot be patched in a way that would maintain compatibility with gcc and clang at the same time, a seperate repository is required.~~
I forgot use flags exist, so this is just a testing overlay.