+ introduce new define CPUTHUMB2

git-svn-id: trunk@23539 -
This commit is contained in:
florian 2013-01-29 20:34:55 +00:00
parent 08c0c265c9
commit bf57cdf409

View File

@ -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}