diff options
| author | Moritz <some.email@example.com> | 2024-10-05 12:09:39 +0100 |
|---|---|---|
| committer | Moritz <some.email@example.com> | 2024-10-05 12:09:39 +0100 |
| commit | 249242687c7d12cefd0f70bb6f62a8cb722ed323 (patch) | |
| tree | b0cb27723dac19acf686739ed916b6450af25c6f /bin | |
| parent | 60eac68be7f91a0036095b65bd2b55421eff2267 (diff) | |
Fix build for linux aarch64 architectures
Build failed to compile on Raspberry Pi 4, with
clang: error: the clang compiler does not support '-march=native'
The build script checks $OS_ARCH for `arm64` to distinghuish between ARM
and X64 architecture. However on Raspberry Pi, the `uname -m` command
reports `aarch64` rather than `arm64`.
This change updates the EXTRAFLAGS of the `release-native` target to
check for both - `arm64` and `aarch64`.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions