From 1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Feb 2021 23:09:49 +0100 Subject: trylink: do not drop libs from CONFIG_EXTRA_LDLIBS Signed-off-by: Denys Vlasenko --- Makefile.flags | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.flags') diff --git a/Makefile.flags b/Makefile.flags index 7a445c3b5..3b02bfaac 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -209,11 +209,6 @@ LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS))) #")) endif -ifneq ($(CONFIG_EXTRA_LDLIBS),) -LDLIBS += $(strip $(subst ",,$(CONFIG_EXTRA_LDLIBS))) -#")) -endif - # Busybox is a stack-fatty so make sure we increase default size # TODO: use "make stksizes" to find & fix big stack users # (we stole scripts/checkstack.pl from the kernel... thanks guys!) -- cgit v1.2.3