Skip to content

Commit 9d1b3ae

Browse files
committed
Update docs
1 parent 8e7c3d5 commit 9d1b3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Workflow:
3030
- Build [`binutils`](https://www.gnu.org/software/binutils) and partially verify the build artifacts. At the moment, version 2.41 is used.
3131
- Then build `avr-gcc` and partially verify the build artifacts.
3232
- Clone [`avrdudes/avr-libc`](https://github.com/avrdudes/avr-libc) and build it directly in its expected location relative to `avr-gcc`. After this, partially verify the presence of the build artifacts.
33-
- Test the newly built in a compiler test.
33+
- Test the complete, newly built `avr-gcc` toolchain with a non-trivial compiler test.
3434
- In the compiler test, we build `ref_app` (the reference application) from [`ckormanyos/real-time-cpp`](https://github.com/ckormanyos). Verify the creation of key build results from `ref_app` including ELF-file, HEX-file, map files, etc.
3535

3636
## Distribution

0 commit comments

Comments
 (0)