From: Arnout Vandecappelle Date: Sun, 4 Oct 2015 12:28:50 +0000 (+0100) Subject: barebox: remove now-redundant ccache handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ae4174220ad39951330e2bf0b787f9f17332593;p=buildroot.git barebox: remove now-redundant ccache handling Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: Romain Naour Signed-off-by: Peter Korsgaard --- diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index e45976d33b..00e1537d07 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -52,8 +52,7 @@ else BAREBOX_ARCH = $(KERNEL_ARCH) endif -BAREBOX_MAKE_FLAGS = ARCH=$(BAREBOX_ARCH) CROSS_COMPILE="$(CCACHE) \ - $(TARGET_CROSS)" +BAREBOX_MAKE_FLAGS = ARCH=$(BAREBOX_ARCH) CROSS_COMPILE="$(TARGET_CROSS)" BAREBOX_MAKE_ENV = $(TARGET_MAKE_ENV) ifeq ($(BR2_TARGET_BAREBOX_USE_DEFCONFIG),y)