mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-15 18:55:15 +00:00
README: Document need for 32bit compiler
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e39b78ad93
commit
da6db0b815
@ -7,6 +7,13 @@ URI: git://github.com/openembedded/openembedded-core.git
|
|||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
|
|
||||||
|
luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
|
||||||
|
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
|
||||||
|
packages to fullfit this might have different names on different host distributions
|
||||||
|
e.g. on archlinux based distributions install prerequisites like below
|
||||||
|
|
||||||
|
pacman -S lib32-gcc-libs lib32-glibc
|
||||||
|
|
||||||
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
|
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
|
||||||
|
|
||||||
When sending single patches, please use something like:
|
When sending single patches, please use something like:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user