https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112958
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #6 from Gerald Pfeifer <gerald at pfeifer dot com> --- > FreeBSD i386 is on it's way out: FreeBSD 14 is the last series supporting > it; FreeBSD 15 is dropping support for it. Ah, I wasn't aware of that (and was particularly interested in i386 for comparison with Solaris/i386 asan). > Can we disable libgnat (or GNAT) support during configure time? Sure: --disable-libasan should work for every toplevel library, although there's little point in building GNAT without the runtime libs. Given that there's no --disable-languages (I've filed a PR for that ages ago, I believe), you have to use --enable-languages=<list of every language you want to build execept for ada> instead of --enable-languages=all --disable-languages=ada