From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle (Essensium/Mind) Date: Sun, 20 Sep 2015 21:23:42 +0200 Subject: [Buildroot] [PATCH 10/18] barebox: remove now-redundant ccache handling In-Reply-To: <1442777030-24036-1-git-send-email-arnout@mind.be> References: <1442774504-22799-1-git-send-email-arnout@mind.be> <1442777030-24036-1-git-send-email-arnout@mind.be> Message-ID: <1442777030-24036-2-git-send-email-arnout@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- boot/barebox/barebox.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index e45976d..00e1537 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) -- 2.5.3