Codetools: Add target processor names for SPARC CPU matching the names in FPC. Issue #39692.

This commit is contained in:
Juha 2022-03-29 21:41:54 +03:00
parent b983ea45d0
commit ae6d20b6a4

View File

@ -3848,9 +3848,9 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
procedure Sparc;
begin
aList.Add('SPARC V7');
aList.Add('SPARC V8');
aList.Add('SPARC V9');
aList.Add('SPARCV7');
aList.Add('SPARCV8');
aList.Add('SPARCV9');
end;
procedure Mips;