summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authorTristan Gingold <tristan.gingold@adacore.com>2014-10-15 09:50:53 +0200
committerTristan Gingold <tristan.gingold@adacore.com>2014-10-15 09:50:53 +0200
commit3e6153932030c3b6e5720f0a331e9a512f4522e6 (patch)
tree95255042704f3e90349dfb538cd82941fc98e773 /src-release.sh
parent10c5f0a8a83c4fcec433a2498c4d205921413e6a (diff)
downloadbinutils-gdb-3e6153932030c3b6e5720f0a331e9a512f4522e6.tar.gz
src-release.sh: configure using --target.
* src-release.sh (do_proto_toplev): Configure with --target.
Diffstat (limited to 'src-release.sh')
-rwxr-xr-xsrc-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release.sh b/src-release.sh
index bb5089505a8..dad16492bac 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -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"