Fix ARCH deduction on armv7l when using Makefiles #26

Merged
lpereira merged 1 commits from armv7l-makefile-fix into master 2021-02-05 18:46:38 +00:00
lpereira commented 2021-02-05 16:49:34 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/libucontext#26
There is no content yet.