1 if BR2_TOOLCHAIN_BUILDROOT_GLIBC
5 default BR2_GLIBC_VERSION_2_18
6 # Architectures supported in mainline glibc
7 depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
8 BR2_i386 || BR2_mips || BR2_mipsel || \
9 BR2_mips64 || BR2_mips64el || BR2_powerpc || \
10 BR2_sh || BR2_sh64 || BR2_sparc || \
13 config BR2_GLIBC_VERSION_2_18
16 config BR2_GLIBC_VERSION_2_19