global: change all instances of USE_EGLIBC to USE_GLIBC

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin
2015-03-12 18:23:49 +01:00
parent 522e047be2
commit 98be2ca3e0
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ MAKE_FLAGS += \
HOST="$(GNU_TARGET_NAME)" \
ZLIB="yes" \
ifneq ($(CONFIG_USE_EGLIBC),)
ifneq ($(CONFIG_USE_GLIBC),)
TARGET_LDFLAGS += -lresolv
endif