summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oe/elf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oe/elf.py b/meta/lib/oe/elf.py
index 2ed614f652..df0a4593fa 100644
--- a/meta/lib/oe/elf.py
+++ b/meta/lib/oe/elf.py
@@ -22,7 +22,6 @@ def machine_dict(d):
22 "mips": ( 8, 0, 0, False, 32), 22 "mips": ( 8, 0, 0, False, 32),
23 "mipsel": ( 8, 0, 0, True, 32), 23 "mipsel": ( 8, 0, 0, True, 32),
24 "microblaze": (189, 0, 0, False, 32), 24 "microblaze": (189, 0, 0, False, 32),
25 "microblazeeb":(189, 0, 0, False, 32),
26 "microblazeel":(189, 0, 0, True, 32), 25 "microblazeel":(189, 0, 0, True, 32),
27 "powerpc": (20, 0, 0, False, 32), 26 "powerpc": (20, 0, 0, False, 32),
28 "riscv32": (243, 0, 0, True, 32), 27 "riscv32": (243, 0, 0, True, 32),
@@ -60,7 +59,6 @@ def machine_dict(d):
60 "sh4": (42, 0, 0, True, 32), 59 "sh4": (42, 0, 0, True, 32),
61 "sparc": ( 2, 0, 0, False, 32), 60 "sparc": ( 2, 0, 0, False, 32),
62 "microblaze": (189, 0, 0, False, 32), 61 "microblaze": (189, 0, 0, False, 32),
63 "microblazeeb":(189, 0, 0, False, 32),
64 "microblazeel":(189, 0, 0, True, 32), 62 "microblazeel":(189, 0, 0, True, 32),
65 }, 63 },
66 "linux-musl" : { 64 "linux-musl" : {
@@ -81,7 +79,6 @@ def machine_dict(d):
81 "mips64": ( 8, 0, 0, False, 64), 79 "mips64": ( 8, 0, 0, False, 64),
82 "mips64el": ( 8, 0, 0, True, 64), 80 "mips64el": ( 8, 0, 0, True, 64),
83 "microblaze": (189, 0, 0, False, 32), 81 "microblaze": (189, 0, 0, False, 32),
84 "microblazeeb":(189, 0, 0, False, 32),
85 "microblazeel":(189, 0, 0, True, 32), 82 "microblazeel":(189, 0, 0, True, 32),
86 "riscv32": (243, 0, 0, True, 32), 83 "riscv32": (243, 0, 0, True, 32),
87 "riscv64": (243, 0, 0, True, 64), 84 "riscv64": (243, 0, 0, True, 64),