summaryrefslogtreecommitdiff
path: root/rtl/netwlibc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/netwlibc/Makefile')
-rw-r--r--rtl/netwlibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/netwlibc/Makefile b/rtl/netwlibc/Makefile
index 981ba89934..e704c5f7c1 100644
--- a/rtl/netwlibc/Makefile
+++ b/rtl/netwlibc/Makefile
@@ -3122,7 +3122,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