summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index a383bb2..46d9b2e 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -5,6 +5,7 @@ config EGLIBC_VERSION
default "2.15" if EGLIBC_VERSION_2_15
default "2.16" if EGLIBC_VERSION_2_16
default "2.17" if EGLIBC_VERSION_2_17
+ default "2.19" if EGLIBC_VERSION_2_19
config EGLIBC_VERSION_2_15
default y if !TOOLCHAINOPTS
@@ -16,4 +17,7 @@ config EGLIBC_VERSION_2_16
config EGLIBC_VERSION_2_17
bool
+config EGLIBC_VERSION_2_19
+ bool
+
endif