]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
When we do a shared build, then libtool creates a ld-new script, but
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 16:22:04 +0000 (17:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 16:22:04 +0000 (17:22 +0100)
we (of course) want the binary.

lfs/binutils

index c5b282b5179e3d3813615e5d324b51a43386177e..514f88f26bd37493f5a87aa312344f51729f5527 100644 (file)
@@ -125,7 +125,7 @@ ifeq "$(PASS)" "2"
 
        cd $(DIR_SRC)/binutils-build && make -C ld clean
        cd $(DIR_SRC)/binutils-build && make -C ld LIB_PATH=/lib:/usr/lib
-       cd $(DIR_SRC)/binutils-build && cp -v ld/ld-new $(TOOLS_DIR)/bin
+       cd $(DIR_SRC)/binutils-build && cp -v ld/.libs/ld-new $(TOOLS_DIR)/bin
 endif
 endif