From: H.J. Lu Date: Tue, 31 Mar 2015 18:36:17 +0000 (-0700) Subject: Remove --with-target-subdir=. --disable-multilib X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e38108740ee16fb38720cb5a1b824f889bb46cbe;p=binutils-gdb.git 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 --git a/src-release.sh b/src-release.sh index 8229e15dbb8..9b985f03e7c 100755 --- a/src-release.sh +++ b/src-release.sh @@ -83,9 +83,7 @@ do_proto_toplev() 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"