Skip to content

Commit

Permalink
doc: install binutils, not binutils-gold in depends
Browse files Browse the repository at this point in the history
We don't use the gold linker.
binutils-gold just installs binutils (and the gold linker) in any case.
  • Loading branch information
fanquake committed Nov 25, 2022
1 parent 0fe225e commit 0953c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0953c62

Please sign in to comment.