From: Tristan Gingold Date: Wed, 15 Oct 2014 07:48:50 +0000 (+0200) Subject: src-release.sh: configure using --target. X-Git-Tag: binutils-2_25~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d70b4133ca1660999aa3c774e780c8d5e95af3;p=thirdparty%2Fbinutils-gdb.git src-release.sh: configure using --target. * src-release.sh (do_proto_toplev): Configure with --target. --- diff --git a/ChangeLog b/ChangeLog index 720494197ac..32b3c15ff91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-15 Tristan Gingold + + * src-release.sh (do_proto_toplev): Configure with --target. + 2014-10-03 Jing Yu * configure.ac: Add aarch64 to list of targets that support gold. 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() 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"