From fd5fb05aceeea0822ae268a8af0ce54001c244f8 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Wed, 27 Jan 2021 14:54:53 +0100 Subject: [PATCH] Unbreak aarch64 and arm builds (#7708) --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index e180285ae1a..2a5bf44cc77 100644 --- a/makefile +++ b/makefile @@ -384,12 +384,14 @@ endif endif ifeq ($(findstring arm,$(UNAME)),arm) +ARCHITECTURE := ifndef FORCE_DRC_C_BACKEND FORCE_DRC_C_BACKEND := 1 endif endif ifeq ($(findstring aarch64,$(UNAME)),aarch64) +ARCHITECTURE := ifndef FORCE_DRC_C_BACKEND FORCE_DRC_C_BACKEND := 1 endif