diff options
author | John Crispin <john@openwrt.org> | 2015-03-12 20:29:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-12 20:29:58 +0000 |
commit | dfd09fc76934cb65c3ac5435e1c41b1600f58e80 (patch) | |
tree | 99fdde062fff1f24507e03260f3ee679fab19703 /toolchain | |
parent | 1d2c7dd65e14cbed2abafd443ddf0cfc1bd4597f (diff) | |
download | upstream-dfd09fc76934cb65c3ac5435e1c41b1600f58e80.tar.gz upstream-dfd09fc76934cb65c3ac5435e1c41b1600f58e80.tar.bz2 upstream-dfd09fc76934cb65c3ac5435e1c41b1600f58e80.zip |
glibc: make it more obvious that eglibc is a version of glibc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44704
Diffstat (limited to 'toolchain')
-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 |