summaryrefslogtreecommitdiff
path: root/toolchain/musl/Config.version
blob: 72236dba0aa42549f39655da3158e023c0e31a2f (plain)
1
2
3
4
5
6
7
8
if USE_MUSL

config MUSL_VERSION
	string
	depends on USE_MUSL
	default "1.1.11"

endif