summaryrefslogtreecommitdiffhomepage
path: root/libtommath
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2019-09-17 22:26:03 +0800
committerMatt Johnston <matt@ucc.asn.au>2019-09-17 22:26:03 +0800
commit8f123fb6185f67a018bd1c54bef38d2255d8597f (patch)
tree881884533f774a3059a48c216c701ce020b8dbe5 /libtommath
parentc71258625db4091b26b87b242f72405c7afc3fb7 (diff)
Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/makefile_include.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/libtommath/makefile_include.mk b/libtommath/makefile_include.mk
index 0469c04..e39aa1e 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