summaryrefslogtreecommitdiff
path: root/tests/tstunits/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstunits/Makefile')
-rw-r--r--tests/tstunits/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstunits/Makefile b/tests/tstunits/Makefile
index 93523e6836..e5ac83b8be 100644
--- a/tests/tstunits/Makefile
+++ b/tests/tstunits/Makefile
@@ -1846,7 +1846,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