X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d415d5f3e6790f5c5ddb2183c2e705d0dcac44d4..3b20aec50f6ec53d9e532d6718924f01305e8004:/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