summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in56
1 files changed, 56 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 767cbbf..7910230 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -115,11 +115,54 @@ config LIBC_GLIBC_V_2_19
bool
prompt "2.19 (OBSOLETE)"
depends on OBSOLETE
+ select LIBC_GLIBC_2_17_or_later
config LIBC_GLIBC_V_2_18
bool
prompt "2.18 (OBSOLETE)"
depends on OBSOLETE
+ select LIBC_GLIBC_2_17_or_later
+
+config LIBC_GLIBC_V_2_17
+ bool
+ prompt "2.17 (OBSOLETE)"
+ depends on OBSOLETE
+ select LIBC_GLIBC_2_17_or_later
+
+config LIBC_GLIBC_V_2_16_0
+ bool
+ prompt "2.16.0 (OBSOLETE)"
+ depends on OBSOLETE
+
+config LIBC_GLIBC_V_2_15
+ bool
+ prompt "2.15 (OBSOLETE)"
+ depends on OBSOLETE
+
+config LIBC_GLIBC_V_2_14_1
+ bool
+ prompt "2.14.1 (OBSOLETE)"
+ depends on OBSOLETE
+
+config LIBC_GLIBC_V_2_14
+ bool
+ prompt "2.14 (OBSOLETE)"
+ depends on OBSOLETE
+
+config LIBC_GLIBC_V_2_13
+ bool
+ prompt "2.13 (OBSOLETE)"
+ depends on OBSOLETE
+
+config LIBC_GLIBC_V_2_12_2
+ bool
+ prompt "2.12.2 (OBSOLETE)"
+ depends on OBSOLETE
+
+config LIBC_GLIBC_V_2_12_1
+ bool
+ prompt "2.12.1 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
@@ -134,6 +177,11 @@ config LIBC_GLIBC_2_23_or_later
# It is no longer possible to build glibc without pthread!
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
if ! LIBC_GLIBC_CUSTOM
@@ -150,5 +198,13 @@ config LIBC_VERSION
default "2.20" if LIBC_GLIBC_V_2_20
default "2.19" if LIBC_GLIBC_V_2_19
default "2.18" if LIBC_GLIBC_V_2_18
+ default "2.17" if LIBC_GLIBC_V_2_17
+ default "2.16.0" if LIBC_GLIBC_V_2_16_0
+ default "2.15" if LIBC_GLIBC_V_2_15
+ default "2.14.1" if LIBC_GLIBC_V_2_14_1
+ default "2.14" if LIBC_GLIBC_V_2_14
+ default "2.13" if LIBC_GLIBC_V_2_13
+ default "2.12.2" if LIBC_GLIBC_V_2_12_2
+ default "2.12.1" if LIBC_GLIBC_V_2_12_1
endif # ! LIBC_GLIBC_CUSTOM