qt: ensure that target dir exists before installing there
[buildroot-gz.git] / package / glibc / Config.in
bloba92b5eae4b4a5054b0e1634b4a015aa05911a55d
1 if BR2_TOOLCHAIN_BUILDROOT_GLIBC
3 choice
4         prompt "glibc version"
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   || \
11                    BR2_x86_64
13 config BR2_GLIBC_VERSION_2_18
14        bool "2.18"
16 config BR2_GLIBC_VERSION_2_19
17        bool "2.19"
19 endchoice
21 endif