summaryrefslogtreecommitdiffstats
path: root/package/glibc/Config.in
blob: c2d62318471e5a1e67883ce333a357d3d40e7d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
if BR2_TOOLCHAIN_BUILDROOT_EGLIBC

choice
	prompt "eglibc version"
	default BR2_EGLIBC_VERSION_2_18

config BR2_EGLIBC_VERSION_2_18
	bool "2.18-svnr23787"

config BR2_EGLIBC_VERSION_2_19
	bool "2.19-svnr25243"
	# Build breakage
	depends on !BR2_powerpc_SPE

endchoice

endif

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

config BR2_GLIBC_VERSION_STRING
	string
	default "2.18-svnr23787" if BR2_EGLIBC_VERSION_2_18
	default "2.19-svnr25243" if BR2_EGLIBC_VERSION_2_19
	default "2.18" if BR2_GLIBC_VERSION_2_18
	default "2.19" if BR2_GLIBC_VERSION_2_19
OpenPOWER on IntegriCloud