Skip to content

Commit 9c2854c

Browse files
committed
Merge bitcoin/bitcoin#26578: doc: install binutils, not binutils-gold in depends
0953c62 doc: install binutils, not binutils-gold in depends (fanquake) Pull request description: We don't use the gold linker. binutils-gold just installs binutils (and the gold linker) in any case. ACKs for top commit: hebasto: ACK 0953c62. Tree-SHA512: c6e44c8d2fe9ef184aeb3b8aec87bac9c49ed0c3ef67de630b12da2945552b3dc4b9b3e75203a7d24a94d9586d59bb638e98f712dbc477681c95a793ee2327d9
2 parents c239d3d + 0953c62 commit 9c2854c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
6262

6363
Common linux dependencies:
6464

65-
sudo apt-get install make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch bison
65+
sudo apt-get install make automake cmake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
6666

6767
For linux ARM cross compilation:
6868

0 commit comments

Comments
 (0)