Remove --with-target-subdir=. --disable-multilib
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Mar 2015 18:36:17 +0000 (11:36 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 31 Mar 2015 20:13:13 +0000 (13:13 -0700)
zlib/configure is updated to properly handle in-tree build for host.

* src-release.sh: Don't configure with  --with-target-subdir=.
--disable-multilib.

src-release.sh

index 8229e15dbb823d3d47ba697834bc5ac74d172a1a..9b985f03e7cbe2a27c709a80f99f09c8263704ef 100755 (executable)
@@ -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"
This page took 0.02529 seconds and 4 git commands to generate.