We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f668785 commit f2e474eCopy full SHA for f2e474e
src/building/new-target.md
@@ -16,15 +16,10 @@ An example would be:
16
17
```
18
cd src/llvm_project
19
-
20
git remote add my-target-llvm some-llvm-repository
21
22
git checkout my-target-llvm/my-branch
23
24
cd ..
25
26
git add llvm_target
27
28
git commit -m 'Use my custom LLVM'
29
30
@@ -97,7 +92,7 @@ cross-compile `rustc`:
97
92
98
93
99
94
DESTDIR=/path/to/install/in \
100
-x.py install -i --stage 1 --host aarch64-apple-darwin.json --target aarch64-apple-darwin \
95
+./x.py install -i --stage 1 --host aarch64-apple-darwin.json --target aarch64-apple-darwin \
101
96
src/librustc src/libstd
102
103
0 commit comments