Skip to content

Commit

Permalink
replace JULIA_CPU_ARCH with JULIA_CPU_TARGET in RPi docs
Browse files Browse the repository at this point in the history
The RaspberryPi docs recommend setting JULIA_CPU_ARCH, but that variable
does not exist. It should be JULIA_CPU_TARGET instead

Fixes JuliaLang#14116
  • Loading branch information
rdeits committed Nov 24, 2015
1 parent 003f415 commit 0733151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you run into issues building LLVM, see these notes:
# Raspberry Pi

The Raspberry Pi ARM CPU type is not detected by LLVM.
Before starting the build, it is recommended to do `export JULIA_CPU_ARCH=arm1176jzf-s`
Before starting the build, it is recommended to do `export JULIA_CPU_TARGET=arm1176jzf-s`
at the shell to tune the generated code for your CPU architecture.

# Raspberry Pi 2
Expand Down

0 comments on commit 0733151

Please sign in to comment.