diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-01-06 19:07:37 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-01-06 19:07:37 -0500 |
| commit | 79ebe7dd7d88a093b9ca68bbeddf344321fb6044 (patch) | |
| tree | 86e0a187fb9c3d933ee218d76efb5161af695420 /Utilib/src | |
| parent | 9b6f02bb83e05c87609850dc5599bba2b0dd6cc3 (diff) | |
riscv64 architecture support for makefilesriscvmake
Diffstat (limited to 'Utilib/src')
| -rw-r--r-- | Utilib/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilib/src/Makefile b/Utilib/src/Makefile index 6993827..0e83b18 100644 --- a/Utilib/src/Makefile +++ b/Utilib/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)) |
