From 74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 7 Jul 2016 14:12:30 +0200 Subject: toolchain: skip gcc/minimal for musl No extra libc header build step is done, so no extra toolchain is needed for preparing it. This saves a significant amount of build time and disk space Signed-off-by: Felix Fietkau --- toolchain/musl/headers/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 toolchain/musl/headers/Makefile (limited to 'toolchain/musl') diff --git a/toolchain/musl/headers/Makefile b/toolchain/musl/headers/Makefile deleted file mode 100644 index 21e6b3bd15..0000000000 --- a/toolchain/musl/headers/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -PATH_PREFIX:=.. - -include ../common.mk - -HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built -HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed - -define Host/Compile - -endef - -define Host/Install -endef - -$(eval $(call HostBuild)) - -- cgit v1.2.3