summaryrefslogtreecommitdiff
path: root/config/libc/musl.in
blob: 24f522a60eacbe88acae74caae2a55321f2dad82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# musl options

## depends on ! WINDOWS && ! BARE_METAL
## depends on EXPERIMENTAL
##
## select LIBC_SUPPORT_THREADS_NATIVE
## select CC_CORE_PASSES_NEEDED
##
## help Musl is a new standard library to power a new generation of Linux-based
## help devices. musl is lightweight, fast, simple, free, and strives to be
## help correct in the sense of standards-conformance and safety.

source "config/versions/musl.in"

# FIXME why? it claims "native", why report "musl"?
config THREADS
    default "musl"