Add the ELF definition for the powerpc64 architecture when building
with musl as libc.

Signed-off-by: Serhey Popovych <[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 0ed59ae..4cc9a9a 100644
--- a/meta/lib/oe/elf.py
+++ b/meta/lib/oe/elf.py
@@ -63,6 +63,7 @@ def machine_dict(d):
                         "arm" :       (  40,    97,    0,          True,       
   32),
                         "armeb":      (  40,    97,    0,          False,      
   32),
                         "powerpc":    (  20,     0,    0,          False,      
   32),
+                        "powerpc64":  (  21,     0,    0,          False,      
   64),
                         "i386":       (   3,     0,    0,          True,       
   32),
                         "i486":       (   3,     0,    0,          True,       
   32),
                         "i586":       (   3,     0,    0,          True,       
   32),
-- 
2.7.4

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to