diff options
| author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2020-02-04 15:06:30 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-06 12:16:34 +0000 |
| commit | cdcacf26ec95cfa874b2060c059478666956cdca (patch) | |
| tree | a720420ff80d92752a53bfe2857f7125ed9d13ab /meta/lib | |
| parent | d6b0154a4c1e897d6cd2f815c13ad9d6f34c1355 (diff) | |
| download | poky-cdcacf26ec95cfa874b2060c059478666956cdca.tar.gz | |
microblaze: Adjust Linux items from microblazeeb to microblaze
Due to recent changes to the tune, in order to match config.guess, the name
of the big-endian microblaze architecture was changes to 'microblaze'.
(From OE-Core rev: 6f6a6bbac684ead3fe6d070d61f17c2f611a2c87)
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oe/elf.py | 3 |
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), |
