Skip to content

Commit

Permalink
i386 IS supported, right?
Browse files Browse the repository at this point in the history
JuliaLang#7103
[skip ci]
  • Loading branch information
PallHaraldsson committed Sep 12, 2016
1 parent 9b83cd6 commit fab7d50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DISTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ setting it to the baseline target you intend to support. This will determine
the target CPU for both the Julia executable and libraries, and the system
image (the latter can also be set using `JULIA_CPU_TARGET`). Typically useful
values for x86 CPUs are `x86-64` and `core2` (for 64-bit builds) and
`pentium4` (for 32-bit builds). Unfortunately, CPUs older than Pentium 4
are currently not supported (see
[this issue](https://github.com/JuliaLang/julia/issues/7185)).
`pentium4` (for 32-bit builds), or `i386` (for 32-bit builds for olderst we support).

The full list of CPU targets supported by LLVM can be obtained by running
`llc -mattr=help`.
Expand Down

0 comments on commit fab7d50

Please sign in to comment.