From 88b16da8c48231058682b5c0348c8e8eb0468c0c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 23 Aug 2016 10:58:34 +0200 Subject: tools: build GNU date from coreutils on non-Linux systems Required for reproducible builds in the kernel build system Signed-off-by: Felix Fietkau --- tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index abf5b043eb..f7a731619b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -84,6 +84,9 @@ tools-y += libressl $(curdir)/mkimage/compile += $(curdir)/libressl/install $(curdir)/firmware-utils/compile += $(curdir)/libressl/install endif +ifneq ($(HOST_OS),Linux) + tools-y += coreutils +endif ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) $(foreach tool, $(filter-out patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) -- cgit v1.2.3