All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] README: Document need for 32bit compiler
@ 2019-10-07  5:20 Khem Raj
  2019-10-07  8:42 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2019-10-07  5:20 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/README | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-oe/README b/meta-oe/README
index 0e9f8423bd..347816b0d1 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -7,6 +7,13 @@ URI: git://github.com/openembedded/openembedded-core.git
 branch: master
 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'
 
 When sending single patches, please use something like:
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-07 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  5:20 [meta-oe][PATCH] README: Document need for 32bit compiler Khem Raj
2019-10-07  8:42 ` Adrian Bunk
2019-10-07 14:31   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.