summaryrefslogtreecommitdiff
path: root/Yacs++/src
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-01-06 19:07:37 -0500
committerConnor Moore <connor@hhmoore.ca>2026-01-06 19:07:37 -0500
commit79ebe7dd7d88a093b9ca68bbeddf344321fb6044 (patch)
tree86e0a187fb9c3d933ee218d76efb5161af695420 /Yacs++/src
parent9b6f02bb83e05c87609850dc5599bba2b0dd6cc3 (diff)
riscv64 architecture support for makefilesriscvmake
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))