summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-07 14:12:30 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-07 15:13:40 +0200
commit74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2 (patch)
treeb51b7445b93c69cee641e7cdf0643f6bc18f1853 /toolchain/glibc
parent1692c71564ef4084feb0df30f04d292b52e8f976 (diff)
downloadmaster-31e0f0ae-74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2.tar.gz
master-31e0f0ae-74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2.tar.bz2
master-31e0f0ae-74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2.zip
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 <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/headers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/glibc/headers/Makefile b/toolchain/glibc/headers/Makefile
index f9f411b1f0..f1d8a8bc61 100644
--- a/toolchain/glibc/headers/Makefile
+++ b/toolchain/glibc/headers/Makefile
@@ -15,6 +15,7 @@ define Host/Install
install_root="$(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev" \
install-bootstrap-headers=yes \
install-headers
+ $(CP) $(BUILD_DIR_TOOLCHAIN)/linux-dev/* $(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev/
$(MAKE) -C $(CUR_BUILD_DIR) \
csu/subdir_lib
( cd $(CUR_BUILD_DIR); \