Add the ELF definition for the LaticeMico32 architecture. This
architecture is 'elf' OS only as it does not target Linux.

Signed-off-by: Nathan Rossi <[email protected]>
---
 meta/lib/oe/elf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oe/elf.py b/meta/lib/oe/elf.py
index e63d268c35..0ed59ae05c 100644
--- a/meta/lib/oe/elf.py
+++ b/meta/lib/oe/elf.py
@@ -13,6 +13,7 @@ def machine_dict(d):
                         "i586" :      (3,      0,    0,          True,         
 32),
                         "x86_64":     (62,     0,    0,          True,         
 64),
                         "epiphany":   (4643,   0,    0,          True,         
 32),
+                        "lm32":       (138,    0,    0,          False,        
 32),
                         "mips":       ( 8,     0,    0,          False,        
 32),
                         "mipsel":     ( 8,     0,    0,          True,         
 32),
                         "microblaze":  (189,   0,    0,          False,        
 32),
---
2.19.0
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to