On Wed, Aug 19, 2020 at 10:46 PM Niels Möller nisse@lysator.liu.se wrote:
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.
Great. Thank you for your work.
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.
Right, I missed the '-m32' thing. I will add the ABI check to configure.ac
regards, Mamone