summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Graham Inggs <ginggs@debian.org>2021-09-17 17:20:42 +0200
committer GitHub <noreply@github.com>2021-09-17 11:20:42 -0400
commit91a9904a84703d57cd649c9c66a4bea446298b2b (patch)
treedc996b9a93462ff3dda1fce1b6ae5998843ca534
parentd1e68f25dd9ce56c623cfdd96425bad0fa35dcdb (diff)
Do not build with -m64 on riscv64 (#8578)
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
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