Hi, I've been busy and silent for a while.
I was thinking, that I don't want to merge to master with --enable-power-crypto-ext enabled by default. And then we really need fat builds to have easy ci testing.
So I'm applying the AES-parts of this patch, to try to get fat builds working as soon as possible.
Another question: When looking at the powerpc64 things in configure.ac, I wonder if powerpc64 supports 32-bit binaries, which would be built with something like CC='gcc -m32' ?
If 32-bit builds are possible, and are incompatible with the assembly files, we need to add an ABI check similar to the one for x86_64 and sparc, and add powerpc64 to asm_path only for ABI=64.
Regards, /Niels