mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:16:13 +02:00
IDE: compiler options: sort target processor list, issue #28997
git-svn-id: trunk@50315 -
This commit is contained in:
parent
9e47be687c
commit
dae9ce8c70
@ -232,8 +232,9 @@ begin
|
||||
|
||||
// Update selection list for target processor
|
||||
sl:=TStringList.Create;
|
||||
sl.Add('('+lisDefault+')');
|
||||
GetTargetProcessors(aTargetCPU,sl);
|
||||
sl.Sort;
|
||||
sl.Insert(0,'('+lisDefault+')');
|
||||
for i:=0 to sl.Count-1 do
|
||||
sl[i]:=ProcessorToCaption(sl[i]);
|
||||
TargetProcComboBox.Items.Assign(sl);
|
||||
|
Loading…
Reference in New Issue
Block a user