https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125593
--- Comment #4 from Stefan Bidigaray <stefanbidi at gmail dot com> --- (In reply to Drea Pinski from comment #2) > Note the configure options are different between 14.3 and 14.2 > > 14.2 has libexecdir=/usr/lib while 14.3 does not. > > Is that the cause? > You are putting the cc1 in lib rather than libexec? For the 14.3.0, 15.2.0 and 16.1.0 builds, cc1 is in /usr/libexec. I changed over to --libexec=/usr/lib for the 14.2.0 build to change things up a bit. When I finally compiled 14.2.0, I had already built the entire toolchain + host programs (coreutils, sed, findutils, etc) 4 separate times, so I decided to change things up.
