src-release.sh: configure using --target.
authorTristan Gingold <tristan.gingold@adacore.com>
Wed, 15 Oct 2014 07:50:53 +0000 (09:50 +0200)
committerTristan Gingold <tristan.gingold@adacore.com>
Wed, 15 Oct 2014 07:50:53 +0000 (09:50 +0200)
* src-release.sh (do_proto_toplev): Configure with --target.

ChangeLog
src-release.sh

index 720494197ac7cfe76a23702fc4ad0d6a80ae14f8..32b3c15ff9120576c74c05cbdcd4f6d632048bae 100644 (file)
--- 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.
index bb5089505a837c942d6ebdfe93f572631dc8e923..dad16492bac46899bcc061e67121a4ff62475656 100755 (executable)
@@ -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"
This page took 0.032571 seconds and 4 git commands to generate.