Mercurial > dropbear
changeset 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 | a36e545fb43d |
children | 7402218141d4 |
files | libtommath/makefile_include.mk |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
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