mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 22:06:07 +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
|
begin
|
||||||
aList.Add('lx106');
|
aList.Add('lx106');
|
||||||
aList.Add('lx6');
|
aList.Add('lx6');
|
||||||
|
aList.Add('lx7');
|
||||||
|
aList.Add('lx7hf');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure LoongArch64;
|
procedure LoongArch64;
|
||||||
@ -4007,6 +4009,16 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
|
|||||||
procedure Riscv32;
|
procedure Riscv32;
|
||||||
begin
|
begin
|
||||||
aList.Add('RISCV32');
|
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;
|
end;
|
||||||
|
|
||||||
procedure Riscv64;
|
procedure Riscv64;
|
||||||
|
Loading…
Reference in New Issue
Block a user