Skip to content

Commit 1cab9a7

Browse files
authored
Update RISC-V building docs. (#59088)
We have pre-built binaries for RISC-V now.
1 parent 8b86693 commit 1cab9a7

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

doc/src/devdocs/build/riscv.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@ including the output from `cat /proc/cpuinfo`.
1111

1212
## Compiling Julia
1313

14-
For now, Julia will need to be compiled entirely from source, i.e., including
15-
all of its dependencies. This can be accomplished with the following
16-
`Make.user`:
17-
18-
```make
19-
USE_BINARYBUILDER := 0
20-
```
21-
22-
Additionally, it is required to indicate what architecture, and optionally which
23-
CPU to build for. This can be done by setting the `MARCH` and `MCPU` variables
24-
in `Make.user`
14+
To compilie Julia for RISC-V, you need to manually indicate what architecture, and
15+
optionally which CPU to build for. This can be done by setting the `MARCH` and `MCPU`
16+
variables in `Make.user`
2517

2618
The `MARCH` variable needs to be set to a RISC-V ISA string, which can be found by
2719
looking at the documentation of your device, or by inspecting `/proc/cpuinfo`. Only

0 commit comments

Comments
 (0)