mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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.
This commit is contained in:
parent
f85997a697
commit
e38108740e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user