On Thu, Mar 31, 2022 at 12:31 PM Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> wrote: > > No :/ > > | clang: error: unknown argument '-meabi=gnu'; did you mean '-mabi=gnu'? > > The documentation says no "=": > > | https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-meabi Wow. What a horrible inconsistency. Every single other '-mxyz arg' thing seems to use '=', so it's really -meabi that stands out as being broken. Oh well. Sparse does handle these kinds of architecture things in other places, but I'm not personally really very motivated to fix it due to just being pissed off at clang idiocy. Linus