From: Bernhard Reutner-Fischer Date: Thu, 28 Jun 2007 14:05:29 +0000 (-0000) Subject: - work around bug in gcc (or rather libiberty) for parallel install X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0629a673ae2380274fcc73205ebb19bd5494b786;p=buildroot.git - work around bug in gcc (or rather libiberty) for parallel install --- diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 5ab192e8b3..c57b5ab865 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -400,7 +400,7 @@ endif $(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) \ - $(MAKE) -C $(GCC_BUILD_DIR3) install + $(MAKE1) -C $(GCC_BUILD_DIR3) install # Remove broken specs file (cross compile flag is set). rm -f $(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/specs #