Skip to content

Commit

Permalink
Merge pull request #89 from giorez/patch-2
Browse files Browse the repository at this point in the history
ox64 building improvements
  • Loading branch information
x1y authored Apr 29, 2024
2 parents 8ef1724 + 93d076d commit 6d19e8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/documentation/Ox64/Software/Building.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ $ make menuconfig

Within `menuconfig`, configure the following:

* Navigate to `Target Options`
* Select `Target Options`
* Enable `Integer Multiplication and Division (M)`
* Enable `Atomic Instructions (A)`
* Enable `Atomic Instructions (A)` using space key
* Enable `Single-precision Floating-point (F)`
* Enable `Double-precision Floating-point (D)`
* Set `Target ABI` to `lp64d`
* Under `Toolchain`, enable `Fortran support` and `OpenMP support`
* Select `Target ABI`, set it to `lp64d` and `press Exit`
* Select `Toolchain`, enable `Fortran support`, enable `OpenMP support`, and Save & Exit

Initiate the build process, but first make sure that your `PATH` variable contains no spaces:
Initiate the build process, but first make sure that your `PATH` variable contains no spaces. For Archlinux distrubution you may also need to install extra-packages with `sudo pacman -S cpio rsync bc`.

[source,console]
----
Expand Down

0 comments on commit 6d19e8a

Please sign in to comment.