Root/toolchain/musl/Config.in

1# Choose musl version.
2
3choice
4    prompt "musl Version"
5    depends on TOOLCHAINOPTS && USE_MUSL
6    default MUSL_VERSION_0_9_8
7    help
8      Select the version of musl you wish to use.
9
10    config MUSL_VERSION_0_9_8
11        bool "musl 0.9.8"
12
13endchoice
14
15
16# Debug version.
17
18config MUSL_ENABLE_DEBUG
19    bool "Build with debug information"
20    depends on TOOLCHAINOPTS && USE_MUSL
21    default n
22

Archive Download this file



interactive