Since Raspberry Pi OS November 2023, there is a 64-bit kernel and thus uname -m answers aarch64, even though userland is still 32-bit. Does probably only affect Pi4, not Pi5.

So, our configure script for unix builds is probably broken in that sense:

The linker will choose BitBltArm64.o instead of BitBltArm.o.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <OpenSmalltalk/opensmalltalk-vm/issues/671@github.com>