configure: fix cross builds by locating tools in INSTALL_HOST_BIN

This commit is contained in:
Ralph Lange
2017-06-30 14:53:49 +02:00
parent a6b847fa45
commit 6575ebd10e

View File

@@ -20,8 +20,8 @@ include $(CONFIG)/CONFIG
INSTALL_LOCATION = $(TOP)
# Local tools
AITGEN = $(INSTALL_BIN)/aitGen$(HOSTEXE)
GENAPPS = $(INSTALL_BIN)/genApps$(HOSTEXE)
AITGEN = $(INSTALL_HOST_BIN)/aitGen$(HOSTEXE)
GENAPPS = $(INSTALL_HOST_BIN)/genApps$(HOSTEXE)
# CONFIG_SITE files contain other build configuration settings
include $(TOP)/configure/CONFIG_SITE