3
0

Accepting request 1227778 from Base:System

- Add loongarch64 as new target (forwarded request 1226471 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1227778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=97
This commit is contained in:
Ana Guerrero 2024-12-03 19:45:27 +00:00 committed by Git OBS Bridge
commit 4ebf700401
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 18 18:20:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add loongarch64 as new target
-------------------------------------------------------------------
Mon Nov 18 15:57:13 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -37,7 +37,7 @@ Obsoletes: linux-kernel-headers < %{version}
%{lua:
function cross_archs()
return "aarch64", "arm", "hppa", "i386", "m68k", "mips", "ppc64", "ppc64le", "riscv64", "s390x", "sparc", "sparc64", "x86_64"
return "aarch64", "arm", "hppa", "i386", "loongarch64", "m68k", "mips", "ppc64", "ppc64le", "riscv64", "s390x", "sparc", "sparc64", "x86_64"
end
function kernel_arch(arch)
@ -49,6 +49,7 @@ function kernel_arch(arch)
["i386"] = "x86",
["i586"] = "x86",
["i686"] = "x86",
["loongarch64"] = "loongarch",
["ppc"] = "powerpc",
["ppc64"] = "powerpc",
["ppc64le"] = "powerpc",