update for ARMv7l build support

This commit is contained in:
Michel van Kessel
2018-10-24 22:38:56 +02:00
committed by GitHub
parent 89e711dc50
commit 47f5cf4a19

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