fpc/rtl/riscv32/makefile.cpu
Jeppe Johansen ceb38833f2 Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
git-svn-id: branches/laksen/riscv_new@39474 -
2018-07-20 08:21:15 +00:00

7 lines
168 B
Plaintext

#
# Here we set processor dependent include file names.
#
CPUNAMES=riscv32 int64p math set setjump setjumph strings stringss
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))