From dadc7238b414da4b5eae50b5fa187b96d5d53801 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 8 May 2020 21:31:56 -0400 Subject: [PATCH] only libgcc is needed now for host compilation --- static/build.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/build.html b/static/build.html index 0ec4acb3..b1a71874 100644 --- a/static/build.html +++ b/static/build.html @@ -236,16 +236,17 @@

Additional Linux kernel build dependencies not provided by the source tree:

-

The dependency on the host gcc and binutils for building utilities during the build - process is being phased out by using the same LLVM toolchain as building and linking - for the target.

+

The dependency on the host libgcc and binutils for building utilities during the + build process will be phased out by moving to a pure LLVM-based toolchain alongside + doing it for the target. This is lagging a bit behind for the kernel, particularly + code built for the host.

Additional Android Open Source Project build dependencies not provided by the source tree: