From: Michael Tremer Date: Sun, 21 Dec 2008 16:22:04 +0000 (+0100) Subject: When we do a shared build, then libtool creates a ld-new script, but X-Git-Tag: v3.0-alpha1~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e11ccebc800d567e4eb83e56d9139ddd6ffd474;p=ipfire-3.x.git When we do a shared build, then libtool creates a ld-new script, but we (of course) want the binary. --- diff --git a/lfs/binutils b/lfs/binutils index c5b282b51..514f88f26 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -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