From 79ebe7dd7d88a093b9ca68bbeddf344321fb6044 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Tue, 6 Jan 2026 19:07:37 -0500 Subject: riscv64 architecture support for makefiles --- Yacs++/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Yacs++/src') 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)) -- cgit v1.2.3