diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 21:31:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 21:31:56 -0400 |
| commit | dadc7238b414da4b5eae50b5fa187b96d5d53801 (patch) | |
| tree | 53f1d96f0a21f396968794e0c069d6740767e1a2 | |
| parent | 0a609f7cc408155ec5b00abdbf8c49c70ce966ce (diff) | |
only libgcc is needed now for host compilation
| -rw-r--r-- | static/build.html | 9 |
1 files 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 @@ <p>Additional Linux kernel build dependencies not provided by the source tree:</p> <ul> - <li>gcc (for the host, not the target)</li> + <li>libgcc (for the host, not the target)</li> <li>binutils (for the host, not the target)</li> <li>which</li> <li>bc</li> <li>cmp (diffutils)</li> </ul> - <p>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.</p> + <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> <p>Additional Android Open Source Project build dependencies not provided by the source tree:</p> |
