mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 16:50:17 +00:00
libucontext: Recognize ppc64le architecture
(From OE-Core rev: 03dec80604ae363c31a5f2b68eb3efdba7c35f1a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6f3b5a8e24
commit
7beff2f942
@ -40,8 +40,8 @@ def map_kernel_arch(a, d):
|
||||
elif re.match('aarch64_be_ilp32$', a): return 'aarch64'
|
||||
elif re.match('mips(isa|)(32|)(r6|)(el|)$', a): return 'mips'
|
||||
elif re.match('mips(isa|)64(r6|)(el|)$', a): return 'mips64'
|
||||
elif re.match('p(pc64|owerpc64)(le)', a): return 'ppc64'
|
||||
elif re.match('p(pc|owerpc)', a): return 'ppc'
|
||||
elif re.match('p(pc64|owerpc64)', a): return 'ppc64'
|
||||
elif re.match('riscv64$', a): return 'riscv64'
|
||||
elif re.match('riscv32$', a): return 'riscv32'
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user