From 4cce7e57aea2f4a0904943b9d57c6460ee210b44 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Wed, 20 Dec 2023 00:28:26 +0100 Subject: [PATCH] constants: use ALARM's aarch64 gcc that we package --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 723dcc0..2ddd686 100644 --- a/constants.py +++ b/constants.py @@ -89,7 +89,7 @@ COMPILE_ARCHES: dict[Arch, str] = { GCC_HOSTSPECS: dict[DistroArch, dict[TargetArch, str]] = { 'x86_64': { 'x86_64': 'x86_64-pc-linux-gnu', - 'aarch64': 'aarch64-linux-gnu', + 'aarch64': 'aarch64-unknown-linux-gnu', 'armv7h': 'arm-unknown-linux-gnueabihf' }, 'aarch64': {