summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-03-31 11:36:17 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-03-31 13:13:13 -0700
commite38108740ee16fb38720cb5a1b824f889bb46cbe (patch)
tree1040f237ed3437270c73079f0b5230118e6c2862 /src-release.sh
parentf85997a697553fb7053de89bafe36e3d71c6f784 (diff)
downloadbinutils-gdb-e38108740ee16fb38720cb5a1b824f889bb46cbe.tar.gz
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.
Diffstat (limited to 'src-release.sh')
-rwxr-xr-xsrc-release.sh4
1 files changed, 1 insertions, 3 deletions
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()
<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"