Do not build with -m64 on riscv64 (#8578)

This commit is contained in:
Graham Inggs 2021-09-17 17:20:42 +02:00 committed by GitHub
parent d1e68f25dd
commit 91a9904a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -406,6 +406,7 @@ endif
endif
ifeq ($(findstring riscv64,$(UNAME)),riscv64)
ARCHITECTURE :=
ifndef FORCE_DRC_C_BACKEND
FORCE_DRC_C_BACKEND := 1
endif