Sfoglia il codice sorgente

make sure the toolchain target dir really exists

SVN-Revision: 10913
Felix Fietkau 18 anni fa
parent
commit
b672976e8e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      toolchain/gcc/Makefile

+ 1 - 1
toolchain/gcc/Makefile

@@ -75,7 +75,7 @@ define Stage1/Install
 endef
 
 define Stage2/Configure
-	mkdir -p $(BUILD_DIR2)
+	mkdir -p $(BUILD_DIR2) $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)
 	# Important!  Required for limits.h to be fixed.
 	rm -rf $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)/sys-include
 	ln -sf ../include $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)/sys-include