mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
Codetools: Add ARMV7A to target processor list. Issue #26914, patch from Stephano.
git-svn-id: trunk@46651 -
This commit is contained in:
parent
d353d99858
commit
726983150d
@ -2832,6 +2832,7 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
|
||||
aList.Add('ARMV5');
|
||||
aList.Add('ARMV6');
|
||||
aList.Add('ARMV7');
|
||||
aList.Add('ARMV7A');
|
||||
aList.Add('ARMV7M');
|
||||
aList.Add('CORTEXM3');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user