mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 22:06:07 +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;
|
procedure Sparc;
|
||||||
begin
|
begin
|
||||||
aList.Add('SPARC V7');
|
aList.Add('SPARCV7');
|
||||||
aList.Add('SPARC V8');
|
aList.Add('SPARCV8');
|
||||||
aList.Add('SPARC V9');
|
aList.Add('SPARCV9');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Mips;
|
procedure Mips;
|
||||||
|
Loading…
Reference in New Issue
Block a user