summaryrefslogtreecommitdiff
path: root/config/versions/glibc-ports.in
blob: ea52b41e96f6e564d8a408d2547e54c6ead99c83 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#
# DO NOT EDIT! This file is automatically generated.
#


if EXPERIMENTAL
choice
	bool "Source of glibc-ports"

config GLIBC_PORTS_SRC_RELEASE
	bool "Released tarball"
	help
	  Download a released tarball.

config GLIBC_PORTS_SRC_DEVEL
	bool "Vendor repository"
	help
	  Check out from vendor repository at:
	  git://sourceware.org/git/glibc-ports.git

if GLIBC_PORTS_SRC_DEVEL

config GLIBC_PORTS_DEVEL_VCS
	string
	default "git"

config GLIBC_PORTS_DEVEL_URL
	string
	default "git://sourceware.org/git/glibc-ports.git"

config GLIBC_PORTS_DEVEL_BRANCH
	string "Branch to check out"
	default "master"
	help
	  Git: branch to be checked out
	  Subversion: directories to append to the repository URL.

config GLIBC_PORTS_DEVEL_REVISION
	string "Revision/changeset"
	default "HEAD"
	help
	  Commit ID or revision ID to check out.

endif

config GLIBC_PORTS_SRC_CUSTOM
	bool "Custom location"
	depends on EXPERIMENTAL
	help
	  Custom directory or tarball.

if GLIBC_PORTS_SRC_CUSTOM

config GLIBC_PORTS_CUSTOM_LOCATION
	string "Custom source location"
	help
	  Path to the directory or tarball with the sources.

endif

endchoice
endif

config GLIBC_PORTS_MIRRORS_ARRAY
    string
    default "https://ftp.gnu.org/gnu/glibc http://ftp.gnu.org/gnu/glibc ftp://ftp.gnu.org/gnu/glibc ftp://sourceware.org/pub/glibc/releases ftp://gcc.gnu.org/pub/glibc/releases"


config GLIBC_PORTS_V_2_16_0
    def_bool y
    depends on GLIBC_V_2_16_0

config GLIBC_PORTS_V_2_15
    def_bool y
    depends on GLIBC_V_2_15

config GLIBC_PORTS_V_2_14_1
    def_bool y
    depends on GLIBC_V_2_14_1

config GLIBC_PORTS_V_2_14
    def_bool y
    depends on GLIBC_V_2_14

config GLIBC_PORTS_V_2_13
    def_bool y
    depends on GLIBC_V_2_13

config GLIBC_PORTS_V_2_12_1
    def_bool y
    depends on GLIBC_V_2_12_1



config GLIBC_PORTS_VERSION
	string
	default "2.16.0" if GLIBC_PORTS_V_2_16_0
	default "2.15" if GLIBC_PORTS_V_2_15
	default "2.14.1" if GLIBC_PORTS_V_2_14_1
	default "2.14" if GLIBC_PORTS_V_2_14
	default "2.13" if GLIBC_PORTS_V_2_13
	default "2.12.1" if GLIBC_PORTS_V_2_12_1
	default "unknown"