https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65464
Alan Modra <amodra at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |amodra at gmail dot com Resolution|--- |WONTFIX --- Comment #3 from Alan Modra <amodra at gmail dot com> --- 32-bit support for powerpc64le hasn't been removed, it is just not enabled by default since we don't support a 32-bit user runtime. As Andrew said, it is a kernel bug that a 32-bit vdso is built. You can get 32-bit compiler support by configuring with --enable-targets=powerpcle-linux --disable-multilib if you so desire.