summaryrefslogtreecommitdiff
path: root/rtl/freebsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/freebsd/Makefile')
-rw-r--r--rtl/freebsd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile
index 68c7398d66..471da7dbb1 100644
--- a/rtl/freebsd/Makefile
+++ b/rtl/freebsd/Makefile
@@ -2519,10 +2519,18 @@ else
ifneq ($(findstring $(FPCFPMAKE_CPU_OPT),mips mipsel),)
FPCMAKE_CROSSGCCOPT=-mabi=32
else
+ifneq ($(findstring $(FPCFPMAKE_CPU_OPT),riscv64),)
+FPCMAKE_CROSSGCCOPT=-mabi=lp64
+else
+ifneq ($(findstring $(FPCFPMAKE_CPU_OPT),riscv32),)
+FPCMAKE_CROSSGCCOPT=-mabi=ilp32
+else
FPCMAKE_CROSSGCCOPT=-m32
endif
endif
endif
+endif
+endif
FPCMAKEGCCLIBDIR:=$(shell dirname `gcc $(FPCMAKE_CROSSGCCOPT) -print-libgcc-file-name`)
endif
endif