On Thu, Oct 1, 2020 at 4:07 PM Juraj Linkeš <[email protected]> wrote: > > Create meson cross file arm64_armv8_linux_clang_ubuntu1804. > Use clang/LLVM toolchain with sysroot pointing to gcc cross stdlib. > > Signed-off-by: Juraj Linkeš <[email protected]> > --- > config/arm/arm64_armv8_linux_clang_ubuntu1804 | 20 +++++++++++++++++++
IMO, if we are adding a specific OS distribution-specific configuration then it won't scale. Why not have just arm64_armv8_linux_clang ?

