mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
Add enable-gold and enable-ld to src-release
So that the tarball picks up gold bison output. * src-release.sh (do_proto_toplev): Enable gold during release process.
This commit is contained in:
parent
2578f2f307
commit
255300f5a9
@ -1,3 +1,7 @@
|
||||
2017-09-14 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* src-release.sh (do_proto_toplev): Enable gold during release process.
|
||||
|
||||
2017-04-13 Andrew Jenner <andrew@codesourcery.com>
|
||||
|
||||
* config.sub: Sync with master version in config project.
|
||||
|
@ -83,7 +83,7 @@ do_proto_toplev()
|
||||
<Makefile.in >tmp
|
||||
mv -f tmp Makefile.in
|
||||
#
|
||||
./configure --target=i386-pc-linux-gnu
|
||||
./configure --target=i386-pc-linux-gnu --enable-gold --enable-ld
|
||||
$MAKE configure-host configure-target \
|
||||
ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \
|
||||
CC_FOR_TARGET="$CC" CXX_FOR_TARGET="$CXX"
|
||||
|
Loading…
Reference in New Issue
Block a user