You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arm-software/embedded/docs/building-from-source.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,16 +96,17 @@ ninja llvm-toolchain
96
96
```
97
97
98
98
To make it easy to get started, the above command checks out and patches the picolibc Git repo automatically.
99
-
If you prefer you can check out and patch the repos manually and use those.
99
+
If you prefer you can check out and patch the repos manually and use those, see commands below.
100
100
Note, the patching of the llvm-project fork is not done automatically. See [Divergences from upstream](#Divergences-from-upstream)
101
-
If you check out repos manually then it is your responsibility to ensure that the correct revisions are checked out - see `versions.json` to identify these.
101
+
If you check out repos manually then it is your responsibility to ensure that the correct revisions are checked out - see `versions.json` to identify these - and to apply the necessary patches from the [patches](patches) folder.
0 commit comments