From 176c23692268870bdfda3ee0ffaa17c5b4400138 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 7 Jun 2012 12:24:13 +0000 Subject: [PATCH] toolchain: install libgcc for minimal gcc, needed by newer eglibc versions SVN-Revision: 32100 --- toolchain/gcc/minimal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2