summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/libc/glibc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 5fe9c11..dee6748 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -58,14 +58,17 @@ config LIBC_GLIBC_V_2_20
config LIBC_GLIBC_V_2_19
bool
prompt "2.19"
+ select LIBC_GLIBC_2_17_or_later
config LIBC_GLIBC_V_2_18
bool
prompt "2.18"
+ select LIBC_GLIBC_2_17_or_later
config LIBC_GLIBC_V_2_17
bool
prompt "2.17"
+ select LIBC_GLIBC_2_17_or_later
config LIBC_GLIBC_V_2_16_0
bool
@@ -141,9 +144,15 @@ endchoice
config LIBC_GLIBC_2_21_or_later
bool
depends on CC_GCC_4_6_or_later
+ select LIBC_GLIBC_2_20_or_later
config LIBC_GLIBC_2_20_or_later
bool
+ select LIBC_GLIBC_2_17_or_later
+
+# DeMark no more ports
+config LIBC_GLIBC_2_17_or_later
+ bool
config LIBC_CUSTOM
bool