remove special treatment when using glibc - support got dropped

SVN-Revision: 31504
This commit is contained in:
Mirko Vogt
2012-04-28 22:24:16 +00:00
parent 334fd4199b
commit 232b7aa65b
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ MAKE_FLAGS += \
COPTS="$(TARGET_CFLAGS)" \
STATIC_WORKER="fork"
ifneq ($(CONFIG_USE_EGLIBC)$(CONFIG_USE_GLIBC),)
ifneq ($(CONFIG_USE_EGLIBC),)
TARGET_LDFLAGS += -lbsd
endif