From 30b9c8f8e53c017523b05023059149b4c8808cc7 Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Fri, 8 May 2020 18:32:47 -0400
Subject: [PATCH] document needed Linux kernel build dependencies
---
static/build.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/static/build.html b/static/build.html
index eb778486..f4e04483 100644
--- a/static/build.html
+++ b/static/build.html
@@ -207,6 +207,21 @@
self-updating variant avoids dealing with out-of-date distribution packages and
depends on GPG to verify updates.
+ Additional Linux kernel build dependencies not provided by the source tree:
+
+
+ - make
+ - gcc (for the host, not the target)
+ - binutils (for the host, not the target)
+ - which
+ - bc
+ - cmp (diffutils)
+
+
+ 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.
+
- x86_64 Linux build environment (macOS is not supported, unlike AOSP which
partially supports it)