Skip to content

Commit 0953c62

Browse files
committed
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.
1 parent 0fe225e commit 0953c62

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)