File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,9 @@ including the output from `cat /proc/cpuinfo`.
11
11
12
12
## Compiling Julia
13
13
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 `
25
17
26
18
The ` MARCH ` variable needs to be set to a RISC-V ISA string, which can be found by
27
19
looking at the documentation of your device, or by inspecting ` /proc/cpuinfo ` . Only
You can’t perform that action at this time.
0 commit comments