On Thu, 25 Jun 2020, nia wrote:
On Thu, Jun 25, 2020 at 11:21:04AM +0100, Stephen Borrill wrote: > I'm out of my depth now, can anyone help? When MACHINE_ARCH is i386 we should probably either set ENABLE_ASSEMBLY=OFF or ENABLE_PIC=OFF.
My understanding is that we need PIC to be on for W^X, so I don't think ENABLE_PIC=OFF is an option (setting it didn't help). I tried with ENABLE_ASSEMBLY=OFF and it looks to have skipped the assembly, but it still doesn't work.
-- Stephen