merge bitcoin#26578: install binutils, not binutils-gold in depends

This commit is contained in:
Kittywhiskers Van Gogh 2022-11-25 15:33:22 +00:00
parent d0aae2bd3d
commit 54c538d697
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

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 curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch bison
sudo apt-get install make automake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
For linux ARM cross compilation: