update for ARMv7l build support
This commit is contained in:
committed by
GitHub
parent
89e711dc50
commit
47f5cf4a19
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user