kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
102 stars 41 forks source link

Fix ARCH deduction on armv7l when using Makefiles #26

Closed lpereira closed 3 years ago

lpereira commented 3 years ago

The Makefile on ARMv7l devices (e.g. Raspberry Pi 400 running the stock Raspbian distro) was failing to deduct the architecture and empty libraries were being built as a result. Building with Meson works fine; only building with make generated empty libraries.

Add an override for armv7l -> arm in the Makefile to address this.