]> Git Repo - linux.git/commitdiff
kbuild: Raise the minimum required binutils version to 2.21
authorChang S. Bae <[email protected]>
Wed, 8 May 2019 10:02:19 +0000 (03:02 -0700)
committerThomas Gleixner <[email protected]>
Sat, 22 Jun 2019 09:38:51 +0000 (11:38 +0200)
It helps to use some new instructions directly in assembly code.

Suggested-by: Andi Kleen <[email protected]>
Signed-off-by: Chang S. Bae <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Andi Kleen <[email protected]>
Acked-by: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Ravi Shankar <[email protected]>
Cc: Linux Torvalds <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Documentation/process/changes.rst

index 18735dc460a0fd7a50ed49d2f5e4e43bdcbbb382..0a18075c485e411a03b1788ba4349988ac259c5b 100644 (file)
@@ -31,7 +31,7 @@ you probably needn't concern yourself with isdn4k-utils.
 ====================== ===============  ========================================
 GNU C                  4.6              gcc --version
 GNU make               3.81             make --version
-binutils               2.20             ld -v
+binutils               2.21             ld -v
 flex                   2.5.35           flex --version
 bison                  2.0              bison --version
 util-linux             2.10o            fdformat --version
@@ -77,9 +77,7 @@ You will need GNU make 3.81 or later to build the kernel.
 Binutils
 --------
 
-The build system has, as of 4.13, switched to using thin archives (`ar T`)
-rather than incremental linking (`ld -r`) for built-in.a intermediate steps.
-This requires binutils 2.20 or newer.
+Binutils 2.21 or newer is needed to build the kernel.
 
 pkg-config
 ----------
This page took 0.058305 seconds and 4 git commands to generate.