X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fminimal%2FMakefile;h=45c8993ecb661ce47ca5056a5d8c52e31470acdf;hb=176c23692268870bdfda3ee0ffaa17c5b4400138;hp=9b978dedac1968cef3104c434b6b0110693eb8ba;hpb=1760bf569a1d3e616b1d842b6c5c644c6df73d2c;p=lede-git%2F.git diff --git a/toolchain/gcc/minimal/Makefile b/toolchain/gcc/minimal/Makefile index 9b978dedac..45c8993ecb 100644 --- a/toolchain/gcc/minimal/Makefile +++ b/toolchain/gcc/minimal/Makefile @@ -30,11 +30,11 @@ define Host/Prepare endef define Host/Compile - $(GCC_MAKE) -C $(GCC_BUILD_DIR) all-gcc + $(GCC_MAKE) -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