X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d415d5f3e6790f5c5ddb2183c2e705d0dcac44d4..151238116d88b6bcb983175367754c905a4953f6:/toolchain/Makefile diff --git a/toolchain/Makefile b/toolchain/Makefile index 4832a657d..a8bf7d606 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -10,7 +10,6 @@ include $(TOPDIR)/rules.mk TARGETS-y:=kernel-headers TARGETS-$(CONFIG_GDB) += gdb -TARGETS-$(CONFIG_CCACHE) += ccache ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) TARGETS-y+=binutils gcc uClibc endif @@ -31,9 +30,6 @@ ifneq ($(shell $(SCRIPT_DIR)/timestamp.pl -p . $(STAMP)),$(STAMP)) $(STAMP): $(TARGETS_INSTALL) endif -ifeq ($(CONFIG_CCACHE),y) - uClibc-prepare: ccache-install -endif uClibc-prepare: kernel-headers-prepare ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) binutils-prepare: uClibc-prepare