Open dani-schmitt opened 2 months ago
Have you looked at: https://github.com/openssl/openssl/issues/22818 ?
Have you looked at: #22818 ?
Yes, my “bute force” fix is based on this. I am changing all asm_arch ppc32 builds and all Linux builds. Is there a way to make this better, more granular and merge it into the 3.3 branch?
Hello, I am trying to cross compile branch openssl3-3 for 32bit Linux PowerPC ( MPC5200B ) (openssl-3.0.14 runs fine)
Make fails with:
Config dump:
openssl33_cfg_dump.txt
Based on https://github.com/openssl/openssl/commit/493ad484e9312b54d177d85e2f4aa0b636e708f0
I made a "brute-force" patch, which works for me, but I don't know how to "fine tune" this-