mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 15:30:52 +02:00
* arm-android: Compile for ARMv5T by default to be compatible with all versions of Android.
git-svn-id: trunk@32078 -
This commit is contained in:
parent
2dafb8d674
commit
36622eaba9
@ -3755,11 +3755,11 @@ begin
|
||||
end;
|
||||
system_arm_android:
|
||||
begin
|
||||
{ set default cpu type to ARMv6 for Android unless specified otherwise }
|
||||
{ set default cpu type to ARMv5T for Android unless specified otherwise }
|
||||
if not option.CPUSetExplicitly then
|
||||
init_settings.cputype:=cpu_armv6;
|
||||
init_settings.cputype:=cpu_armv5t;
|
||||
if not option.OptCPUSetExplicitly then
|
||||
init_settings.optimizecputype:=cpu_armv6;
|
||||
init_settings.optimizecputype:=cpu_armv5t;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user