On Fri, Apr 7, 2023 at 3:19 PM Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote: > > On Fri, Apr 7, 2023 at 3:27 AM Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> wrote: > > > > LLVM is not happy with using o32 ABI on 64 bit CPU, thus build 32 bit > > kernel is unsupported. > > > > Detect this in Kconfig to prevent user select 32 bit kernel with > > unsupported toolchain. > > > > Reported-by: Nathan Chancellor <nathan@xxxxxxxxxx> > > Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> > > I suspect this may fix: > Link: https://github.com/ClangBuiltLinux/linux/issues/884 Oh, and there was https://github.com/ClangBuiltLinux/linux/issues/884#issuecomment-1242729142 I wonder if that is preferable or a source of inspiration? -- Thanks, ~Nick Desaulniers