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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ ninja llvm-toolchain
98
98
To make it easy to get started, the above command checks out and patches the picolibc Git repo automatically.
99
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 - and to apply the necessary patches from the [patches](patches) folder.
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.
102
102
103
103
```
104
104
export CC=clang
@@ -163,7 +163,7 @@ The same build directory can be used for both native and MinGW toolchains.
163
163
164
164
## Divergences from upstream
165
165
166
-
See the [patches](patches) directory for the current set of differences from upstream.
166
+
See the [patches](../patches) directory for the current set of differences from upstream.
167
167
168
168
The patches for llvm-project are split between two folders, llvm-project and
169
169
llvm-project-perf. The former are generally required for building and
0 commit comments