diff options
Diffstat (limited to 'Yacs++')
| -rwxr-xr-x | Yacs++/src/Makefile | 2 |
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)) |
