diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 21:40:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 21:44:16 -0400 |
| commit | cba26ccc53b77e21d9f62766ac4687ce9db2c0ed (patch) | |
| tree | e1f665ec5eb407ec2fc9a02e36ac7b57ad885783 /static | |
| parent | dadc7238b414da4b5eae50b5fa187b96d5d53801 (diff) | |
avoided more kernel build dependencies
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index b1a71874..87f4e65b 100644 --- a/static/build.html +++ b/static/build.html @@ -238,9 +238,7 @@ <ul> <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> + <li>bc (will be included as a prebuilt in the next major release)</li> </ul> <p>The dependency on the host libgcc and binutils for building utilities during the |
