1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/toolchain/musl/Config.in
Florian Fainelli f00891b96e toolchain/musl: fix typo on configuration symbol
Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34596
2012-12-10 14:24:17 +00:00

22 lines
363 B
Plaintext

# Choose musl version.
choice
prompt "musl Version"
depends on TOOLCHAINOPTS && USE_MUSL
default MUSL_VERSION_0_9_7
help
Select the version of musl you wish to use.
config MUSL_VERSION_0_9_7
bool "musl 0.9.7"
endchoice
# Debug version.
config MUSL_ENABLE_DEBUG
bool "Build with debug information"
depends on TOOLCHAINOPTS && USE_MUSL
default n