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/uClibc/headers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/uClibc') diff --git a/toolchain/uClibc/headers/Makefile b/toolchain/uClibc/headers/Makefile index 67a2d95c37..abd3620d33 100644 --- a/toolchain/uClibc/headers/Makefile +++ b/toolchain/uClibc/headers/Makefile @@ -20,6 +20,7 @@ define Host/Install ARCH="$(CONFIG_ARCH)" \ pregen \ install_headers + $(CP) $(BUILD_DIR_TOOLCHAIN)/linux-dev/* $(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev/ endef $(eval $(call HostBuild)) -- cgit v1.2.3