mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
57426168ad
Signed-off-by: Alexey Neyman <stilor@att.net>
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
# 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"
|