mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
luajit: Fix host development package
The 32 Bit host development package needed is libc6-dev:i386, not libc6-dev-i386. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c393973c85
commit
d2fb845195
@@ -21,7 +21,7 @@ BBCLASSEXTEND = "native"
|
||||
# Host luajit needs to be compiled with the same pointer size
|
||||
# If you want to cross-compile to any 32 bit target on an x64 OS,
|
||||
# you need to install the multilib development package (e.g.
|
||||
# libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part
|
||||
# libc6-dev:i386 on Debian/Ubuntu) and build a 32 bit host part
|
||||
# (HOST_CC="gcc -m32").
|
||||
BUILD_CC_ARCH:append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user