diff options
author | fanquake <fanquake@gmail.com> | 2022-11-25 15:33:22 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-11-25 17:20:05 +0000 |
commit | 0953c622f9612e5adc485d7909e33e0a5b54cbcb (patch) | |
tree | 1ccb87d068b35ffe27569291744b665ec2dab888 | |
parent | 0fe225e3787ed6c7e5a738bd9689e6206eb6ccf4 (diff) |
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.
-rw-r--r-- | depends/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 66e1ddc4eb..a8831eb0fc 100644 --- a/depends/README.md +++ b/depends/README.md @@ -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: |