src-release.sh: configure using --target.

* src-release.sh (do_proto_toplev): Configure with --target.
This commit is contained in:
Tristan Gingold
2014-10-15 09:50:53 +02:00
parent 10c5f0a8a8
commit 3e61539320
2 changed files with 5 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ do_proto_toplev()
<Makefile.in >tmp
mv -f tmp Makefile.in
#
./configure i686-pc-linux-gnu
./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"