On Sat, May 26, 2018 at 10:23:25PM +1000, Jonathan Gray wrote: > > After seeing some mails regarding NEON support on armv7 another approach > > would be to pass --cc-abi-flags="-mfloat-abi=softfp" to configure which > > fixes the build on armv7 as well. Going that way the port has to be > > updated after the switch to hard fp abi. Running with --disable-neon > > results in a little slower regression test, 1105 seconds vs 1135 seconds. > > softfp ABI is the default since a few weeks ago > > https://marc.info/?l=openbsd-cvs&m=152554719006083&w=2
I am involved in two threads discussing different solutions without real progress. I have no idea what is needed on arm and I cannot test it. Jonathan, could you just commit whatever is suitable? bluhm