Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM

This commit is contained in:
Matt Johnston 2019-09-17 22:26:03 +08:00
parent c71258625d
commit 8f123fb618

View File

@ -34,9 +34,10 @@ endif # Clang
endif # cc is Make's default endif # cc is Make's default
endif # CROSS_COMPILE non-empty endif # CROSS_COMPILE non-empty
LD=$(CROSS_COMPILE)ld # Dropbear passes these down
AR=$(CROSS_COMPILE)ar #LD=$(CROSS_COMPILE)ld
RANLIB=$(CROSS_COMPILE)ranlib #AR=$(CROSS_COMPILE)ar
#RANLIB=$(CROSS_COMPILE)ranlib
ifndef MAKE ifndef MAKE
# BSDs refer to GNU Make as gmake # BSDs refer to GNU Make as gmake