diff options
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index b081cec538..6f2e6a9a79 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,6 +1,6 @@ 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 "trunk" + default "2.13" if EGLIBC_VERSION_2_13 + default "2.14.1" if EGLIBC_VERSION_2_14 + default "2.13" |