From f62f4b3c5c9d059a2e6a1e80ce7b4267ef0c236b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 3 May 2017 15:01:03 +0200 Subject: build: stop overriding STAGING_DIR_HOST for toolchain build This causes various issues in other places that assume that host binaries are staged in STAGING_DIR_HOST. Since all the right places use HOST_BUILD_PREFIX, override that instead. This fixes some issues with quilt on toolchain dirs Signed-off-by: Felix Fietkau --- toolchain/insight/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'toolchain/insight/Makefile') diff --git a/toolchain/insight/Makefile b/toolchain/insight/Makefile index 60309ba094..63a0e27ced 100644 --- a/toolchain/insight/Makefile +++ b/toolchain/insight/Makefile @@ -14,10 +14,7 @@ PKG_HASH:=51216df73adc4f68c67b60356270d5073f0ff094c1b477ecd96560f49707ea2a PKG_SOURCE_URL:=ftp://sourceware.org/pub/insight/releases PKG_CAT:=bzcat -STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) -BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) - -include $(INCLUDE_DIR)/host-build.mk +include $(INCLUDE_DIR)/toolchain-build.mk define Host/Configure (cd $(HOST_BUILD_DIR); \ -- cgit v1.2.3