diff libtommath/makefile_include.mk @ 1657:823592f244c9

Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM
author Matt Johnston <matt@ucc.asn.au>
date Tue, 17 Sep 2019 22:26:03 +0800
parents f52919ffd3b1
children 1051e4eea25a
line wrap: on
line diff
--- a/libtommath/makefile_include.mk	Tue Sep 17 16:11:09 2019 +0200
+++ b/libtommath/makefile_include.mk	Tue Sep 17 22:26:03 2019 +0800
@@ -34,9 +34,10 @@
 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