mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 22:13:01 +02:00
+ introduce new define CPUTHUMB2
git-svn-id: trunk@23539 -
This commit is contained in:
parent
08c0c265c9
commit
bf57cdf409
@ -3249,6 +3249,9 @@ if (target_info.abi = abi_eabihf) then
|
||||
init_settings.optimizecputype:=cpu_armv7a;
|
||||
{$endif CPUARMV6}
|
||||
end;
|
||||
|
||||
if init_settings.cputype in cpu_thumb2 then
|
||||
def_system_macro('CPUTHUMB2');
|
||||
{$endif arm}
|
||||
|
||||
{$ifdef jvm}
|
||||
|
Loading…
Reference in New Issue
Block a user