summaryrefslogtreecommitdiff
path: root/utils/fprcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fprcp/Makefile')
-rw-r--r--utils/fprcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fprcp/Makefile b/utils/fprcp/Makefile
index 958dc19021..fb50633e88 100644
--- a/utils/fprcp/Makefile
+++ b/utils/fprcp/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