https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145
--- Comment #35 from Kirill A. Korinsky <kirill at korins dot ky> --- Sam, --enable-host-shared is required, at least at OpenBSD since https://gcc.gnu.org/cgit/gcc/commit/?id=b6cb10af12cf869c1ae348c0e5cb2d364ef0abce not only on sparc64, I can reproduce it on amd64 as well. I had tried to use --disable-host-pie and it fails as " No rule to make target '../libiberty/pic/libiberty.a'". But, I think, this commit just uncovered an issue, and not introduced it.