summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index e93aba9..8fe2faa 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -22,22 +22,27 @@ config LIBC_EGLIBC_V_2_13
bool
prompt "2_13"
depends on EXPERIMENTAL
+ select LIBC_EGLIBC_2_13_or_later
config LIBC_EGLIBC_V_2_12
bool
prompt "2_12"
+ select LIBC_EGLIBC_2_12_or_later
config LIBC_EGLIBC_V_2_11
bool
prompt "2_11"
+ select LIBC_EGLIBC_2_11_or_later
config LIBC_EGLIBC_V_2_10
bool
prompt "2_10"
+ select LIBC_EGLIBC_2_10_or_later
config LIBC_EGLIBC_V_2_9
bool
prompt "2_9"
+ select LIBC_EGLIBC_2_9_or_later
config LIBC_EGLIBC_V_2_8
bool
@@ -62,6 +67,7 @@ config LIBC_EGLIBC_V_2_5
config LIBC_EGLIBC_V_TRUNK
bool
prompt "'trunk'"
+ select LIBC_EGLIBC_2_13_or_later
help
Selecting this will export the trunk of the eglibc subversion repository.
@@ -82,6 +88,29 @@ config LIBC_VERSION
default "2_5" if LIBC_EGLIBC_V_2_5
default "trunk" if LIBC_EGLIBC_V_TRUNK
+config LIBC_EGLIBC_2_13_or_later
+ bool
+ select LIBC_EGLIBC_2_12_or_later
+
+config LIBC_EGLIBC_2_12_or_later
+ bool
+ select LIBC_EGLIBC_2_11_or_later
+
+config LIBC_EGLIBC_2_11_or_later
+ bool
+ select LIBC_EGLIBC_2_10_or_later
+
+config LIBC_EGLIBC_2_10_or_later
+ bool
+ select LIBC_EGLIBC_2_9_or_later
+
+config LIBC_EGLIBC_2_9_or_later
+ bool
+ select LIBC_EGLIBC_HAS_PKGVERSION_BUGURL
+
+config LIBC_EGLIBC_HAS_PKGVERSION_BUGURL
+ bool
+
config EGLIBC_REVISION
string
prompt "Revision to use"