summaryrefslogtreecommitdiff
path: root/package/musl/Config.in
blob: 18ae69d280aa9d8ed574ba5783627a8f377094a1 (plain)
1
2
3
4
5
6
7
8
config BR2_PACKAGE_MUSL
	bool
	depends on BR2_TOOLCHAIN_USES_MUSL
	default y
	select BR2_PACKAGE_LINUX_HEADERS
	select BR2_TOOLCHAIN_HAS_SSP
	# Compatibility headers: cdefs.h, queue.h
	select BR2_PACKAGE_MUSL_COMPAT_HEADERS