On Thu, Nov 23, 2023 at 11:02:22AM +0100, Sebastien Marie wrote: > gkoeh...@openbsd.org writes: > > http://build-failures.rhaalovely.net/powerpc/2023-10-31/lang/sbcl.log > > Could someone test the following patch for lang/sbcl on powerpc ? > If it works, I will push it upstream.
This fixes the first problem but after that I ran into an undefined symbol current_thread error. It looks like arm64 already handles this correctly in arm64-assem.S:114 but a simple s/current_thread/__emutls_v.current_thread/ was not enough since it caused runtime errors later on.