]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "Removed a code block that links binutils binaries to somewhere."
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Nov 2008 21:09:38 +0000 (21:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Nov 2008 21:09:38 +0000 (21:09 +0000)
This reverts commit 6e8609d5cdaecef9b3561ac51ce95a16b78873e5.

lfs/binutils

index 314086e68c7bd47e44824836dc3b95967ee1d259..5dafbcb1544bb4963a22662e26000152ab98d83b 100644 (file)
@@ -92,6 +92,13 @@ ifeq "$(PASS)" "1"
                        --disable-werror
        cd $(DIR_SRC)/binutils-build && make $(PARALLELISMFLAGS)
        cd $(DIR_SRC)/binutils-build && make install
+
+       cd $(TOOLS_DIR)/$(IFS_TARGET)/bin; \
+               if [ "$(IFS_TARGET)" == "$$($(DIR_APP)/config.guess)" ]; then \
+                       for t in $$(ls -1); do \
+                               ln -sfv $${t} $(TOOLS_DIR)/bin/$(IFS_TARGET)-$${t}; \
+                       done; \
+               fi
 endif
 
 ifeq "$(PASS)" "2"