summaryrefslogtreecommitdiff
path: root/packages/libgbafpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgbafpc/Makefile')
-rw-r--r--packages/libgbafpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libgbafpc/Makefile b/packages/libgbafpc/Makefile
index 351d9fff43..ffd1d6cec8 100644
--- a/packages/libgbafpc/Makefile
+++ b/packages/libgbafpc/Makefile
@@ -2295,7 +2295,7 @@ ifdef CREATESHARED
override FPCOPT+=-Cg
endif
ifneq ($(findstring $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
-ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel),)
+ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel riscv64),)
override FPCOPT+=-Cg
endif
endif