PROJECT=RPi ARCH=aarch64 DEVICE=RPi4 make image
I am trying to build LibreELEC 12.0.1 on a RPi4 with Slackware aarch64.
To my surprise
PROJECT=RPi
ARCH=aarch64
DEVICE=RPi4
make image
shows as stdout:
Buildsystem configuration:
======================================================
- CPU: x86-64
- Kernel Architecture: x86
I don't understand why it will build for x86. How can I force it to build for aarch64?