From 8f123fb6185f67a018bd1c54bef38d2255d8597f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 17 Sep 2019 22:26:03 +0800 Subject: [PATCH] Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM --- libtommath/makefile_include.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libtommath/makefile_include.mk b/libtommath/makefile_include.mk index 0469c04d6..e39aa1e58 100644 --- a/libtommath/makefile_include.mk +++ b/libtommath/makefile_include.mk @@ -34,9 +34,10 @@ endif # Clang endif # cc is Make's default endif # CROSS_COMPILE non-empty -LD=$(CROSS_COMPILE)ld -AR=$(CROSS_COMPILE)ar -RANLIB=$(CROSS_COMPILE)ranlib +# Dropbear passes these down +#LD=$(CROSS_COMPILE)ld +#AR=$(CROSS_COMPILE)ar +#RANLIB=$(CROSS_COMPILE)ranlib ifndef MAKE # BSDs refer to GNU Make as gmake