[oe-commits] [openembedded-core] 41/45: lib/oe/elf.py: Add LatticeMico32 architecture definition

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:25:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d14f86f39a25649c923deecc24a283ba968b13f5
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Sep 21 06:27:31 2018 +0000

    lib/oe/elf.py: Add LatticeMico32 architecture definition
    
    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 at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 e63d268..0ed59ae 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),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list