]> code.ossystems Code Review - openembedded-core.git/commitdiff
lib/oe/elf.py: Add LatticeMico32 architecture definition
authorNathan Rossi <nathan@nathanrossi.com>
Fri, 21 Sep 2018 06:27:31 +0000 (06:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2018 15:15:19 +0000 (08:15 -0700)
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 <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/elf.py

index e63d268c3562083f6ebd6c111887830b01163c52..0ed59ae05c14a4478e82a5e8090acdf2ecee1ced 100644 (file)
@@ -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),