https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77512
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > First stage was compiled using gcc 4.0.3 > Prerequisits are dowload using contrib/download_prerequisites > GNU binutils-2.27 are used > configuration was done with: > ../gcc-6.2.0/configure --prefix=$HOME/gcc-6.2.0-bin > --target=sparc-sun-solaris2.10 --with-gnu-as --with-gnu-ld --disable-libgcj > --enable-languages=c,c++ Sorry, I missed this: the configuration is incorrect, you need to configure with --build=sparc-sun-solaris2.10 instead of --target=sparc-sun-solaris2.10 since it's a native platform.