- work around bug in gcc (or rather libiberty) for parallel install

This commit is contained in:
Bernhard Reutner-Fischer 2007-06-28 14:05:29 +00:00
parent f31f1e4db4
commit 0629a673ae

View File

@ -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
#