mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 05:29:26 +02:00
* fpu type must be fpu_soft if the cpu is rv32ima
This commit is contained in:
parent
cdce37b8be
commit
0c749505ef
@ -616,7 +616,7 @@ Const
|
|||||||
cputype : cpu_rv32ima;
|
cputype : cpu_rv32ima;
|
||||||
optimizecputype : cpu_rv32ima;
|
optimizecputype : cpu_rv32ima;
|
||||||
asmcputype : cpu_none;
|
asmcputype : cpu_none;
|
||||||
fputype : fpu_fd;
|
fputype : fpu_soft;
|
||||||
{$endif riscv32}
|
{$endif riscv32}
|
||||||
{$ifdef riscv64}
|
{$ifdef riscv64}
|
||||||
cputype : cpu_rv64imac;
|
cputype : cpu_rv64imac;
|
||||||
|
Loading…
Reference in New Issue
Block a user