The title is highly misleading. First, it's the ancient GCC 4.2.1 from 2007. Next, it's removed from the FreeBSD build system, which means it's no longer used in the internal development of FreeBSD and you can no longer build FreeBSD with GCC. Meanwhile, GCC is still maintained for userspace and the latest GCC 9 is included in the FreeBSD Port [0], you can install it on your machine for your personal use. Finally, the commit message said "At this time all
supported architectures either use in-tree Clang, or rely on external toolchain (i.e., a contemporary GCC version from ports)", so I assume even with GCC support removed, you can still build FreeBSD, if you insist, with an external copy of modern GCC.<p>Suggested alternative title: FreeBSD has Removed GCC from Build Infrastructure.<p>[0] <a href="https://github.com/freebsd/freebsd-ports/blob/master/Mk/bsd.gcc.mk" rel="nofollow">https://github.com/freebsd/freebsd-ports/blob/master/Mk/bsd....</a>