Re: [PATCH v2] buildman: Differentiate 32-bit and 64-bit LoongArch variants
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 06 Aug 2026 12:29:57 +0000, Yao Zi wrote:
> Similar to RISC-V and ARM, 32-bit and 64-bit LoongArch cannot be
> distinguished solely by CONFIG_SYS_ARCH, but require different
> toolchains if multilib is disabled in compiler, which is the case of
> toolchain provided by kernel.org.
>
> Override the parsed arch parameter for LoongArch configs based on
> CONFIG_ARCH_LA64 Kconfig symbol.
>
> [...]
Applied to u-boot/next, thanks!
[1/1] buildman: Differentiate 32-bit and 64-bit LoongArch variants
commit: d2b6f7d9c4b42ce48c83593cdec7ae9780a31057
--
Tom