Skip to content

Commit f2e474e

Browse files
shepmasterJoshua Nelson
and
Joshua Nelson
authored
Apply suggestions from code review
Co-authored-by: Joshua Nelson <[email protected]>
1 parent f668785 commit f2e474e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/building/new-target.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ An example would be:
1616

1717
```
1818
cd src/llvm_project
19-
2019
git remote add my-target-llvm some-llvm-repository
21-
2220
git checkout my-target-llvm/my-branch
23-
2421
cd ..
25-
2622
git add llvm_target
27-
2823
git commit -m 'Use my custom LLVM'
2924
```
3025

@@ -97,7 +92,7 @@ cross-compile `rustc`:
9792

9893
```
9994
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 \
10196
src/librustc src/libstd
10297
```
10398

0 commit comments

Comments
 (0)