Skip to content
Snippets Groups Projects
Commit 8796617f authored by Aaron Gallagher's avatar Aaron Gallagher Committed by GitHub
Browse files

Update nix compile docs to use lib64 option

The 'fhs' build option has been renamed to 'lib64'
parent 058e7f33
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md) ...@@ -31,7 +31,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse, put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse,
add "fhs" option at the end of make-share.sh script, like below. add "fhs" option at the end of make-share.sh script, like below.
$ ../make-share.sh fhs $ ../make-share.sh lib64
By default, this builds all architectures, which is: AArch64, ARM, Hexagon, By default, this builds all architectures, which is: AArch64, ARM, Hexagon,
Mips, PowerPC, Sparc, SystemZ & X86. To compile just some selected ones, Mips, PowerPC, Sparc, SystemZ & X86. To compile just some selected ones,
...@@ -56,7 +56,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md) ...@@ -56,7 +56,7 @@ For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse, put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse,
add "fhs" option at the end of make-share.sh script, like below. add "fhs" option at the end of make-share.sh script, like below.
$ ../make-lib.sh fhs $ ../make-lib.sh lib64
Like above, this builds all architectures. To compile just some selected ones, Like above, this builds all architectures. To compile just some selected ones,
pass a semicolon-separated list of targets to LLVM_TARGETS_TO_BUILD, pass a semicolon-separated list of targets to LLVM_TARGETS_TO_BUILD,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment