summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-02-11 06:01:14 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-02-11 06:01:48 -0500
commitcdb1f920ef03393e298925538d456dbf0e915ae1 (patch)
treefbaa9fe9cef3773a0550a71df27287b2c5256e45 /static/build.html
parent5630162065f92e59983a03c98fedd05f11b2d726 (diff)
libgcc/binutils only used for 4th/5th gen kernels
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/static/build.html b/static/build.html
index c57b4199..1b88aae2 100644
--- a/static/build.html
+++ b/static/build.html
@@ -709,19 +709,14 @@ cd ../..</pre>
providing the prebuilt toolchain for reproducible builds not depending on the
tools from the host OS.</p>
- <p>Additional Linux kernel build dependencies beyond the AOSP dependencies not
- provided by the source tree:</p>
+ <p>Additional Linux kernel build dependencies for 4th and 5th generation
+ Pixels not provided by the source tree:</p>
<ul>
<li>libgcc (for the host, not the target)</li>
<li>binutils (for the host, not the target)</li>
</ul>
- <p>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.</p>
-
<section id="kernel-4th-generation-pixels">
<h4><a href="#kernel-4th-generation-pixels">4th generation Pixels</a></h4>