toolchain: use file_copy to install the initial gcc files
[openwrt/.git] / toolchain / gcc / minimal / Makefile
index 9b978dedac1968cef3104c434b6b0110693eb8ba..ee8291606cd3f40a97d855dd0ce6d62bf10298e6 100644 (file)
@@ -30,11 +30,11 @@ define Host/Prepare
 endef
 
 define Host/Compile
-       $(GCC_MAKE) -C $(GCC_BUILD_DIR) all-gcc
+       +$(GCC_MAKE) $(HOST_JOBS) -C $(GCC_BUILD_DIR) all-gcc all-target-libgcc
 endef
 
 define Host/Install
-       $(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc
+       $(GCC_MAKE) -C $(GCC_BUILD_DIR) install-gcc install-target-libgcc
 endef
 
 define Host/Clean