https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399
--- Comment #2 from Ludovic Courtès <ludo at gnu dot org> --- (In reply to ktkachov from comment #1) > I tried a bootstrap of the GCC 5.3.0 release as taken from one of the > mirrors in: > https://gcc.gnu.org/mirrors.html > > This was done on an ARMv8-A machine inside an aarch32 chroot with binutils > 2.24 and glibc 2.19. FWIW, I'm using Binutils 2.25.1 and glibc 2.23. > The configure command was: > --target=arm-none-linux-gnueabihf --build=arm-none-linux-gnueabihf > --host=arm-none-linux-gnueabihf --with-arch=armv7-a --with-float=hard > --with-mode=thumb --with-fpu=neon --enable-languages=c,c++ > --disable-multilib --with-system-zlib --disable-libstdcxx-pch > --enable-plugin > > The bootstrap succeeded without problems. Thanks for testing!