From ac91ea64c2b1daec8fee0bfde443c18cf87595ae Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Fri, 16 Feb 2018 17:49:51 +0000 Subject: [depends] Allow depends system to support armv7l --- depends/hosts/default.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'depends/hosts') diff --git a/depends/hosts/default.mk b/depends/hosts/default.mk index 6f60d6b3fd..144e5f88b7 100644 --- a/depends/hosts/default.mk +++ b/depends/hosts/default.mk @@ -1,3 +1,7 @@ +ifneq ($(host),$(build)) +host_toolchain:=$(host)- +endif + default_host_CC = $(host_toolchain)gcc default_host_CXX = $(host_toolchain)g++ default_host_AR = $(host_toolchain)ar -- cgit v1.2.3