0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-01 09:35:52 -05:00

doc: install binutils, not binutils-gold in depends

We don't use the gold linker.
binutils-gold just installs binutils (and the gold linker) in any case.
This commit is contained in:
fanquake 2022-11-25 15:33:22 +00:00
parent 0fe225e378
commit 0953c622f9
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -62,7 +62,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
Common linux dependencies:
sudo apt-get install make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch bison
sudo apt-get install make automake cmake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
For linux ARM cross compilation: