On Sun, May 04, 2025 at 05:03:47AM -0400, Kurt Mosiejczuk wrote: > llvm-lit is set to ONLY_FOR_ARCHS LLVM_ARCHS. But it's > got COMPILER of base-clang with no others. > > So on sparc64 dpb ends up trying base-gcc to build it, which of course > won't work. > > So should the ONLY_FOR_ARCHS be changed to CLANG_ARCHS? > Or should COMPILER be changed to base-clang ports-clang?
I think if it builds fine with ports-clang, you should change compiler. But it is not important to have the package on sparc64, so feel free to fix it any way. bluhm