diff options
author | Mike Pall <mike> | 2023-12-10 15:50:14 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2023-12-10 15:50:14 +0100 |
commit | 420a9afa93d9f83ecb3ff05a0e37eda5e5616b65 (patch) | |
tree | 144875c17dc8f6483eb028c18a634f23cadac00e /doc | |
parent | e02cb19b570d79133a7581e0163e86b69cc792be (diff) | |
parent | 1b38c736550004fba1b9712c1a5788b3eefa49be (diff) | |
download | luajit-420a9afa93d9f83ecb3ff05a0e37eda5e5616b65.tar.gz luajit-420a9afa93d9f83ecb3ff05a0e37eda5e5616b65.tar.bz2 luajit-420a9afa93d9f83ecb3ff05a0e37eda5e5616b65.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.html b/doc/install.html index 04bfe26d..b6481443 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -269,6 +269,7 @@ for any supported target: | |||
269 | <li>Yes, you need a toolchain for both your host <em>and</em> your target!</li> | 269 | <li>Yes, you need a toolchain for both your host <em>and</em> your target!</li> |
270 | <li>Both host and target architectures must have the same pointer size.</li> | 270 | <li>Both host and target architectures must have the same pointer size.</li> |
271 | <li>E.g. if you want to cross-compile to a 32 bit target on a 64 bit host, you need to install the multilib development package (e.g. <tt>libc6-dev-i386</tt> on Debian/Ubuntu) and build a 32 bit host part (<tt>HOST_CC="gcc -m32"</tt>).</li> | 271 | <li>E.g. if you want to cross-compile to a 32 bit target on a 64 bit host, you need to install the multilib development package (e.g. <tt>libc6-dev-i386</tt> on Debian/Ubuntu) and build a 32 bit host part (<tt>HOST_CC="gcc -m32"</tt>).</li> |
272 | <li>On some distro versions, multilib conflicts with cross-compilers. The workaround is to install the x86 cross-compiler package <tt>gcc-i686-linux-gnu</tt> and use it to build the host part (<tt>HOST_CC=i686-linux-gnu-gcc</tt>).</li> | ||
272 | <li>64 bit targets always require compilation on a 64 bit host.</li> | 273 | <li>64 bit targets always require compilation on a 64 bit host.</li> |
273 | </ul> | 274 | </ul> |
274 | <p> | 275 | <p> |