On AIX, we are currently relying on objdump to detemine the
is_32_bit_windows.
objdump is not installed by default on AIX, it is creating problem to
depend on it, especially just for an always false detection on AIX.
So this patch simply provide a always false function to satify the
detection.
This isn't really related to us using nm. Technically someone could target 32-bit windows from AIX using the GNU toolchain, though no one is actually going to do that, so let's clarify what we're doing is working around limitations of the system toolchain.