summaryrefslogtreecommitdiff
path: root/compiler/systems/i_android.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/i_android.pas')
-rw-r--r--compiler/systems/i_android.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/i_android.pas b/compiler/systems/i_android.pas
index 91ce8a0524..dcf9f72398 100644
--- a/compiler/systems/i_android.pas
+++ b/compiler/systems/i_android.pas
@@ -162,11 +162,11 @@ unit i_android;
implementation
initialization
-{$ifdef CPU86}
+{$ifdef CPUI386}
{$ifdef android}
set_source_info(system_i386_android_info);
{$endif}
-{$endif CPU86}
+{$endif CPUI386}
{$ifdef CPUARM}
{$ifdef android}
set_source_info(system_arm_android_info);