Skip to content

Commit

Permalink
ccache is in dl-toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed May 27, 2022
1 parent 026e823 commit 57a36e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion toolchain/make/kernel/ccache/ccache.mk
Expand Up @@ -79,7 +79,8 @@ $(KERNEL_TOOLCHAIN_STAGING_DIR)/$(CCACHE_KERNEL_TARGET_BINARY): $(CCACHE_KERNEL_
ifeq ($(strip $(FREETZ_BUILD_TOOLCHAIN)),y)
ccache-kernel: gcc-kernel $(KERNEL_TOOLCHAIN_STAGING_DIR)/$(CCACHE_KERNEL_TARGET_BINARY)
else
ccache-kernel: $(KERNEL_TOOLCHAIN_STAGING_DIR)/$(CCACHE_KERNEL_TARGET_BINARY)
#ccache-kernel: $(KERNEL_TOOLCHAIN_STAGING_DIR)/$(CCACHE_KERNEL_TARGET_BINARY)
ccache-kernel: $(KERNEL_CROSS_COMPILER)
endif


Expand Down
3 changes: 2 additions & 1 deletion toolchain/make/target/ccache/ccache.mk
Expand Up @@ -79,7 +79,8 @@ $(TARGET_TOOLCHAIN_STAGING_DIR)/$(CCACHE_TARGET_BINARY): $(CCACHE_DIR)/$(CCACHE_
ifeq ($(strip $(FREETZ_BUILD_TOOLCHAIN)),y)
ccache: gcc $(TARGET_TOOLCHAIN_STAGING_DIR)/$(CCACHE_TARGET_BINARY)
else
ccache: $(TARGET_TOOLCHAIN_STAGING_DIR)/$(CCACHE_TARGET_BINARY)
#ccache: $(TARGET_TOOLCHAIN_STAGING_DIR)/$(CCACHE_TARGET_BINARY)
ccache: $(TARGET_CROSS_COMPILER)
endif


Expand Down

0 comments on commit 57a36e9

Please sign in to comment.