From: nbd Date: Thu, 7 Jun 2012 12:24:13 +0000 (+0000) Subject: toolchain: install libgcc for minimal gcc, needed by newer eglibc versions X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e687ad62c78bb1b6e04280fb9f2adac6428112cb;p=openwrt.git toolchain: install libgcc for minimal gcc, needed by newer eglibc versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32100 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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