kumquat-buildroot/package/glibc/Config.in

17 lines
232 B
Plaintext
Raw Normal View History

if BR2_TOOLCHAIN_BUILDROOT_GLIBC
choice
prompt "glibc version"
default BR2_GLIBC_VERSION_2_18
config BR2_GLIBC_VERSION_2_18
bool "2.18"
depends on !BR2_powerpc64le
config BR2_GLIBC_VERSION_2_19
bool "2.19"
endchoice
endif