summaryrefslogtreecommitdiffstats
path: root/package/glibc/Config.in
blob: a92b5eae4b4a5054b0e1634b4a015aa05911a55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if BR2_TOOLCHAIN_BUILDROOT_GLIBC

choice
	prompt "glibc version"
	default BR2_GLIBC_VERSION_2_18
	# Architectures supported in mainline glibc
	depends on BR2_arm    || BR2_armeb    || BR2_aarch64 || \
		   BR2_i386   || BR2_mips     || BR2_mipsel  || \
		   BR2_mips64 || BR2_mips64el || BR2_powerpc || \
		   BR2_sh     || BR2_sh64     || BR2_sparc   || \
		   BR2_x86_64

config BR2_GLIBC_VERSION_2_18
       bool "2.18"

config BR2_GLIBC_VERSION_2_19
       bool "2.19"

endchoice

endif
OpenPOWER on IntegriCloud