https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110955
--- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot > Uni-Bielefeld.DE> --- >> --- Comment #9 from Petr Sumbera <sumbera at volny dot cz> --- >> (In reply to r...@cebitec.uni-bielefeld.de from comment #8) >>> > I'm not sure if we taked about this before: have you tried building >>> > SPARC LLVM >>> > without the JIT patch (033-solaris-LLVM-JIT.patch)? It may be worth a try >>> > until someone fixes and integrates SPARC JIT support for real. >> >> I will try to build LLVM without the patch and will see. But the patch says >> it >> was created because of gnome-shell. > > Fine, thanks. I think I re-discovered what's going on: gnome-shell (directly or indirectly) seems to depend on mesa, which again has a hard dependency on LLVM's MCJIT in src/gallium/auxiliary/gallivm/lp_bld_{init,misc}.*. What a mess...