summaryrefslogtreecommitdiff
path: root/rtl/haiku/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/haiku/Makefile')
-rw-r--r--rtl/haiku/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/haiku/Makefile b/rtl/haiku/Makefile
index 435bb6e89b..9b636b7a07 100644
--- a/rtl/haiku/Makefile
+++ b/rtl/haiku/Makefile
@@ -3444,7 +3444,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