diff options
author | Mike Pall <mike> | 2016-03-22 22:16:12 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2016-03-22 22:22:43 +0100 |
commit | 7e05355a08255f508d334eded96095e0bde06e2e (patch) | |
tree | 6cd0deb5dc5d54f40c413636a1749823f95f55cf /doc | |
parent | ddadbe80997bc1ebe12e986298d26bef07811e62 (diff) | |
download | luajit-7e05355a08255f508d334eded96095e0bde06e2e.tar.gz luajit-7e05355a08255f508d334eded96095e0bde06e2e.tar.bz2 luajit-7e05355a08255f508d334eded96095e0bde06e2e.zip |
Fix install for cross-builds.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index 6c0689ac..a34f39f0 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -344,9 +344,12 @@ target OS differ, or you'll get assembler or linker errors. E.g. if | |||
344 | you're compiling on a Windows or OSX host for embedded Linux or Android, | 344 | you're compiling on a Windows or OSX host for embedded Linux or Android, |
345 | you need to add <tt>TARGET_SYS=Linux</tt> to the examples below. For a | 345 | you need to add <tt>TARGET_SYS=Linux</tt> to the examples below. For a |
346 | minimal target OS, you may need to disable the built-in allocator in | 346 | minimal target OS, you may need to disable the built-in allocator in |
347 | <tt>src/Makefile</tt> and use <tt>TARGET_SYS=Other</tt>. The examples | 347 | <tt>src/Makefile</tt> and use <tt>TARGET_SYS=Other</tt>. Don't forget to |
348 | below only show some popular targets — please check the comments | 348 | specify the same <tt>TARGET_SYS</tt> for the install step, too. |
349 | in <tt>src/Makefile</tt> for more details. | 349 | </p> |
350 | <p> | ||
351 | The examples below only show some popular targets — please check | ||
352 | the comments in <tt>src/Makefile</tt> for more details. | ||
350 | </p> | 353 | </p> |
351 | <pre class="code"> | 354 | <pre class="code"> |
352 | # Cross-compile to a 32 bit binary on a multilib x64 OS | 355 | # Cross-compile to a 32 bit binary on a multilib x64 OS |