From 91a9904a84703d57cd649c9c66a4bea446298b2b Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Fri, 17 Sep 2021 17:20:42 +0200 Subject: Do not build with -m64 on riscv64 (#8578) --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index bc5147e6b01..56dd9c8d5b6 100644 --- a/makefile +++ b/makefile @@ -406,6 +406,7 @@ endif endif ifeq ($(findstring riscv64,$(UNAME)),riscv64) +ARCHITECTURE := ifndef FORCE_DRC_C_BACKEND FORCE_DRC_C_BACKEND := 1 endif -- cgit v1.2.3