Comment 2 for bug 1433809

Revision history for this message
Alan Modra (amodra) wrote :

It does seem a bit pointless to be building a 32-bit vdso on powerpc64le where you know there is no 32-bit user runtime.

Now if some other part of the kernel needs to be compiled 32-bit, then it would appear that gcc will need to be configured with
--enable-targets=powerpcle-linux --disable-multilib.