aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
new file mode 100644
index 000000000..6b8895f0b
--- /dev/null
+++ b/toolchain/eglibc/Config.version
@@ -0,0 +1,7 @@
+config EGLIBC_VERSION
+ string
+ depends on USE_EGLIBC
+ default "2.13" if EGLIBC_VERSION_2_13
+ default "2.14.1" if EGLIBC_VERSION_2_14
+ default "2.15" if EGLIBC_VERSION_2_15
+ default "2.13"