aboutsummaryrefslogtreecommitdiff
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
parent10c5f0a8a83c4fcec433a2498c4d205921413e6a (diff)
downloadgdb-3e6153932030c3b6e5720f0a331e9a512f4522e6.zip
gdb-3e6153932030c3b6e5720f0a331e9a512f4522e6.tar.gz
gdb-3e6153932030c3b6e5720f0a331e9a512f4522e6.tar.bz2
src-release.sh: configure using --target.
* src-release.sh (do_proto_toplev): Configure with --target.
-rw-r--r--ChangeLog4
-rwxr-xr-xsrc-release.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7204941..32b3c15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-15 Tristan Gingold <gingold@adacore.com>
+
+ * src-release.sh (do_proto_toplev): Configure with --target.
+
2014-10-03 Jing Yu <jingyu@google.com>
* configure.ac: Add aarch64 to list of targets that support gold.
diff --git a/src-release.sh b/src-release.sh
index bb50895..dad1649 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"