diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-23 23:09:49 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-23 23:09:49 +0100 |
commit | 1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628 (patch) | |
tree | d846fe38e4c83d85f922b01f9e728da320ce30db /Makefile.flags | |
parent | e880c9c100028e6b0e805d4637139c67aea83748 (diff) | |
download | busybox-w32-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.tar.gz busybox-w32-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.tar.bz2 busybox-w32-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.zip |
trylink: do not drop libs from CONFIG_EXTRA_LDLIBS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 5 |
1 files changed, 0 insertions, 5 deletions
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))) | |||
209 | #")) | 209 | #")) |
210 | endif | 210 | endif |
211 | 211 | ||
212 | ifneq ($(CONFIG_EXTRA_LDLIBS),) | ||
213 | LDLIBS += $(strip $(subst ",,$(CONFIG_EXTRA_LDLIBS))) | ||
214 | #")) | ||
215 | endif | ||
216 | |||
217 | # Busybox is a stack-fatty so make sure we increase default size | 212 | # Busybox is a stack-fatty so make sure we increase default size |
218 | # TODO: use "make stksizes" to find & fix big stack users | 213 | # TODO: use "make stksizes" to find & fix big stack users |
219 | # (we stole scripts/checkstack.pl from the kernel... thanks guys!) | 214 | # (we stole scripts/checkstack.pl from the kernel... thanks guys!) |