diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-06 12:55:57 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-12 15:12:01 +0200 |
commit | e39a6e6414d2879976fe31c4169e0d044d132916 (patch) | |
tree | 0455e03fb12678820a510f4fc07f26fb492a87aa /doc | |
parent | 8a94c7a0e27c339bb74f2649b4dfd102f9ab3029 (diff) | |
download | bootstrappable-toolchain-e39a6e6414d2879976fe31c4169e0d044d132916.tar.gz |
CC defaults: Provide the DWP tool
This is handled similarly to the AR tool, i.e., provided from
binutils.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BOOTSTRAP.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BOOTSTRAP.md b/doc/BOOTSTRAP.md index a52a99b..be4e6c1 100644 --- a/doc/BOOTSTRAP.md +++ b/doc/BOOTSTRAP.md @@ -47,8 +47,8 @@ final linking is done via custom compile commands. ### 4. Binutils Building binutils requires the Busybox "essentials", `make`, and `ar` from the -previous steps. This *full collection* of binutils includes `ar`, `as`, `ld`, -`ranlib`, `strip`, and more. +previous steps. This *full collection* of binutils includes `ar`, `as`, `dwp`, +`ld`, `ranlib`, `strip`, and more. ### 5. GCC 4.7.4 |