forked from Imagelibrary/binutils-gdb
src-release.sh: configure using --target.
* src-release.sh (do_proto_toplev): Configure with --target.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user