mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM
This commit is contained in:
parent
c71258625d
commit
8f123fb618
@ -34,9 +34,10 @@ endif # Clang
|
|||||||
endif # cc is Make's default
|
endif # cc is Make's default
|
||||||
endif # CROSS_COMPILE non-empty
|
endif # CROSS_COMPILE non-empty
|
||||||
|
|
||||||
LD=$(CROSS_COMPILE)ld
|
# Dropbear passes these down
|
||||||
AR=$(CROSS_COMPILE)ar
|
#LD=$(CROSS_COMPILE)ld
|
||||||
RANLIB=$(CROSS_COMPILE)ranlib
|
#AR=$(CROSS_COMPILE)ar
|
||||||
|
#RANLIB=$(CROSS_COMPILE)ranlib
|
||||||
|
|
||||||
ifndef MAKE
|
ifndef MAKE
|
||||||
# BSDs refer to GNU Make as gmake
|
# BSDs refer to GNU Make as gmake
|
||||||
|
Loading…
Reference in New Issue
Block a user