mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
Added extra controller sub architectures for xtensa and riscv
This commit is contained in:
parent
9eb9286e45
commit
7f2fd2fba8
@ -3997,6 +3997,8 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
|
||||
begin
|
||||
aList.Add('lx106');
|
||||
aList.Add('lx6');
|
||||
aList.Add('lx7');
|
||||
aList.Add('lx7hf');
|
||||
end;
|
||||
|
||||
procedure LoongArch64;
|
||||
@ -4007,6 +4009,16 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
|
||||
procedure Riscv32;
|
||||
begin
|
||||
aList.Add('RISCV32');
|
||||
aList.Add('rv32imac');
|
||||
aList.Add('rv32ima');
|
||||
aList.Add('rv32im');
|
||||
aList.Add('rv32i');
|
||||
aList.Add('rv32e');
|
||||
aList.Add('rv32imc');
|
||||
aList.Add('rv32imafdc');
|
||||
aList.Add('rv32imafd');
|
||||
aList.Add('rv32ec');
|
||||
aList.Add('rv32gc');
|
||||
end;
|
||||
|
||||
procedure Riscv64;
|
||||
|
Loading…
Reference in New Issue
Block a user