aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-12 20:29:58 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-12 20:29:58 +0000
commit5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5 (patch)
tree0b53efc7c4d1a9e267f902193f99323270e061b8 /toolchain
parent29e30c75a111b5d9458c7d40b36f3e6b23368ece (diff)
downloadmaster-187ad058-5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5.tar.gz
master-187ad058-5dcaa0ab0905342f3d5fa590f056ffa0111bb9c5.tar.bz2
master-187ad058-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
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in2
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
d='n145' href='#n145'>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191