diff options
author | 2021-09-17 17:20:42 +0200 | |
---|---|---|
committer | 2021-09-17 11:20:42 -0400 | |
commit | 91a9904a84703d57cd649c9c66a4bea446298b2b (patch) | |
tree | dc996b9a93462ff3dda1fce1b6ae5998843ca534 | |
parent | d1e68f25dd9ce56c623cfdd96425bad0fa35dcdb (diff) |
Do not build with -m64 on riscv64 (#8578)
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -406,6 +406,7 @@ endif endif ifeq ($(findstring riscv64,$(UNAME)),riscv64) +ARCHITECTURE := ifndef FORCE_DRC_C_BACKEND FORCE_DRC_C_BACKEND := 1 endif |