From 0953c622f9612e5adc485d7909e33e0a5b54cbcb Mon Sep 17 00:00:00 2001 From: fanquake <fanquake@gmail.com> Date: Fri, 25 Nov 2022 15:33:22 +0000 Subject: [PATCH] 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. --- depends/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/README.md b/depends/README.md index 66e1ddc4eb9..a8831eb0fce 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: