summaryrefslogtreecommitdiff
path: root/riscv/trunk/rtl/embedded/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/trunk/rtl/embedded/Makefile.fpc')
-rw-r--r--riscv/trunk/rtl/embedded/Makefile.fpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/riscv/trunk/rtl/embedded/Makefile.fpc b/riscv/trunk/rtl/embedded/Makefile.fpc
index eca75e39ad..f253fea9bb 100644
--- a/riscv/trunk/rtl/embedded/Makefile.fpc
+++ b/riscv/trunk/rtl/embedded/Makefile.fpc
@@ -161,6 +161,10 @@ $(error No CPUs enabled for given SUBARCH, pass either a SUBARCH or set CPU_UNIT
endif
endif
+ifeq ($(ARCH),riscv64)
+CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
+endif
+
# Paths
OBJPASDIR=$(RTL)/objpas
GRAPHDIR=$(INC)/graph