summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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