mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 00:28:18 +02:00
Codetools: Add target processor names for SPARC CPU matching the names in FPC. Issue #39692.
This commit is contained in:
parent
b983ea45d0
commit
ae6d20b6a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user