Skip to content

Commit

Permalink
Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Sep 17, 2019
1 parent c712586 commit 8f123fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libtommath/makefile_include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f123fb

Please sign in to comment.