From ad79b92719498afa93567cccdfbffeb49a57388d Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Mon, 28 Mar 2022 18:40:30 +0300 Subject: elfutils: move host build to tools The upcoming dwarves host package requires elfutils. As dependencies for tools must exist in tools, we need to move elfutils host build there. As there is at least one package that depends on this, and there is no proper way to create such dependency in the build system, build it unconditionally when not building on macOS. Signed-off-by: Stijn Tintel --- tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index ec382b4122..416039cf38 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -83,6 +83,9 @@ ifneq ($(HOST_OS),Linux) endif ifeq ($(HOST_OS),Darwin) tools-y += bash +else + $(curdir)/elfutils/compile := $(curdir)/zlib/compile + tools-y += elfutils endif ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) -- cgit v1.2.3