https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120145
--- Comment #31 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > 1. A build log (output from stdout): > https://kirill.korins.ky/pub/gcc-15.2.0-sparc64-build.log.txt (~1Mb) > 2. An output of "grep -rn PIE gcc-15.2.0/build-sparc64 | grep -v '^Binary > file gcc-15.2.0'": > https://kirill.korins.ky/pub/gcc-15.2.0-sparc64-grep-PIE.txt Well, there is -fPIC all over the place, which has exactly the same effect, so we need to find out where it comes from and remove it.