diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.flags b/Makefile.flags index 94ed4e40e..8ea0687c7 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -190,7 +190,7 @@ LDLIBS += $(if $(SELINUX_LIBS),$(SELINUX_LIBS:-l%=%),$(SELINUX_PC_MODULES:lib%=% | |||
190 | endif | 190 | endif |
191 | 191 | ||
192 | ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y) | 192 | ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y) |
193 | ifeq ($(CONFIG_UNAME_OSNAME),Linux) | 193 | ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -dumpmachine))) |
194 | LDLIBS += resolv | 194 | LDLIBS += resolv |
195 | endif | 195 | endif |
196 | endif | 196 | endif |
@@ -218,11 +218,6 @@ LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS))) | |||
218 | #")) | 218 | #")) |
219 | endif | 219 | endif |
220 | 220 | ||
221 | ifneq ($(CONFIG_EXTRA_LDLIBS),) | ||
222 | LDLIBS += $(strip $(subst ",,$(CONFIG_EXTRA_LDLIBS))) | ||
223 | #")) | ||
224 | endif | ||
225 | |||
226 | # Busybox is a stack-fatty so make sure we increase default size | 221 | # Busybox is a stack-fatty so make sure we increase default size |
227 | # TODO: use "make stksizes" to find & fix big stack users | 222 | # TODO: use "make stksizes" to find & fix big stack users |
228 | # (we stole scripts/checkstack.pl from the kernel... thanks guys!) | 223 | # (we stole scripts/checkstack.pl from the kernel... thanks guys!) |