projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3fb2ce
)
barebox: use ccache if enabled
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 1 Feb 2011 19:53:05 +0000
(20:53 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 1 Feb 2011 19:53:05 +0000
(20:53 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/barebox/barebox.mk
patch
|
blob
|
history
diff --git
a/boot/barebox/barebox.mk
b/boot/barebox/barebox.mk
index 3df424c41eeb28014f23ee2274eb688764d75fcf..07266d996b81cb012a9c566aa8fa1356cd5e8807 100644
(file)
--- a/
boot/barebox/barebox.mk
+++ b/
boot/barebox/barebox.mk
@@
-19,7
+19,7
@@
else
BAREBOX_ARCH=$(KERNEL_ARCH)
endif
-BAREBOX_MAKE_FLAGS = ARCH=$(BAREBOX_ARCH) CROSS_COMPILE=
$(TARGET_CROSS)
+BAREBOX_MAKE_FLAGS = ARCH=$(BAREBOX_ARCH) CROSS_COMPILE=
"$(CCACHE) $(TARGET_CROSS)"
$(DL_DIR)/$(BAREBOX_SOURCE):
$(call DOWNLOAD,$(BAREBOX_SITE),$(BAREBOX_SOURCE))