diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-12 20:29:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-12 20:29:58 +0000 |
commit | 5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5 (patch) | |
tree | 0b53efc7c4d1a9e267f902193f99323270e061b8 | |
parent | 29e30c75a111b5d9458c7d40b36f3e6b23368ece (diff) | |
download | upstream-5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5.tar.gz upstream-5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5.tar.bz2 upstream-5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5.zip |
glibc: make it more obvious that eglibc is a version of glibc
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44704 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d03a2872b..c8a02f3a76 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -216,7 +216,7 @@ choice Select the C library implementation. config LIBC_USE_GLIBC - bool "Use glibc" + bool "Use (e)glibc" select USE_GLIBC depends on !avr32 |