Skip to content

Commit

Permalink
RISC-V Support
Browse files Browse the repository at this point in the history
  • Loading branch information
archanox authored and Narann committed Sep 14, 2021
1 parent 88766c6 commit 88093cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ ifneq ("$(filter aarch64,$(HOST_CPU))","")
NEW_DYNAREC := 1
NO_ASM := 1
endif
ifneq ("$(filter riscv64,$(HOST_CPU))","")
CPU := RISCV64
ARCH_DETECTED := 64BITS
PIC ?= 1
NO_ASM := 1
$(warning Architecture "$(HOST_CPU)" not officially supported.)
endif
ifeq ("$(CPU)","NONE")
$(error CPU type "$(HOST_CPU)" not supported. Please file bug report at 'https://github.com/mupen64plus/mupen64plus-core/issues')
endif
Expand Down

0 comments on commit 88093cb

Please sign in to comment.