[depends] Allow depends system to support armv7l

This commit is contained in:
Henrik Jonsson
2018-02-16 17:49:51 +00:00
parent ffc6e48b29
commit ac91ea64c2
3 changed files with 5 additions and 1 deletions

View File

@@ -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