mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 15:29:13 +02:00
Set defualt riscv32 linux abi to abi_riscv_ipl32
This commit is contained in:
parent
0d256f517f
commit
f410d8a77c
@ -1309,7 +1309,7 @@ unit i_linux;
|
||||
first_parm_offset : 0;
|
||||
stacksize : 32*1024*1024;
|
||||
stackalign : 8;
|
||||
abi : abi_riscv_hf;
|
||||
abi : abi_riscv_ilp32;
|
||||
llvmdatalayout : 'e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-n32-S64';
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user