summaryrefslogtreecommitdiff
path: root/packages/libmicrohttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libmicrohttpd/Makefile')
-rw-r--r--packages/libmicrohttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libmicrohttpd/Makefile b/packages/libmicrohttpd/Makefile
index 5e624a252c..047ca3beed 100644
--- a/packages/libmicrohttpd/Makefile
+++ b/packages/libmicrohttpd/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