[binutils-gdb] Remove --with-target-subdir=. --disable-multilib

H.J.Lu hjl@sourceware.org
Tue Mar 31 20:13:00 GMT 2015


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e38108740ee16fb38720cb5a1b824f889bb46cbe

commit e38108740ee16fb38720cb5a1b824f889bb46cbe
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Mar 31 11:36:17 2015 -0700

    Remove --with-target-subdir=. --disable-multilib
    
    zlib/configure is updated to properly handle in-tree build for host.
    
    	* src-release.sh: Don't configure with  --with-target-subdir=.
    	--disable-multilib.

Diff:
---
 src-release.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src-release.sh b/src-release.sh
index 8229e15..9b985f0 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -83,9 +83,7 @@ do_proto_toplev()
 	<Makefile.in >tmp
     mv -f tmp Makefile.in
     #
-    ./configure --target=i386-pc-linux-gnu \
-	--with-target-subdir=. \
-	--disable-multilib
+    ./configure --target=i386-pc-linux-gnu
     $MAKE configure-host configure-target \
 	ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \
 	CC_FOR_TARGET="$CC" CXX_FOR_TARGET="$CXX"



More information about the Binutils-cvs mailing list