diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-07 14:12:30 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-07 15:13:40 +0200 |
commit | 74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2 (patch) | |
tree | b51b7445b93c69cee641e7cdf0643f6bc18f1853 /toolchain/glibc/headers | |
parent | 1692c71564ef4084feb0df30f04d292b52e8f976 (diff) | |
download | upstream-74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2.tar.gz upstream-74c9b9cfeb0e7cd045b969474a9bcd9ab38bd7d2.tar.bz2 upstream-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/headers')
-rw-r--r-- | toolchain/glibc/headers/Makefile | 1 |
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); \ |