summaryrefslogtreecommitdiff
path: root/Yacs++/src
diff options
context:
space:
mode:
Diffstat (limited to 'Yacs++/src')
-rwxr-xr-xYacs++/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Yacs++/src/Makefile b/Yacs++/src/Makefile
index ea4f522..f3cf239 100755
--- a/Yacs++/src/Makefile
+++ b/Yacs++/src/Makefile
@@ -6,7 +6,7 @@
#---------------------------------------------------------------------------
#
ARCH = $(shell uname -m)
-ifneq (,$(filter $(ARCH),aarch64 arm64))
+ifneq (,$(filter $(ARCH),aarch64 arm64 riscv64))
nbit =
else
ifneq (,$(filter $(ARCH),i386 i686))