summaryrefslogtreecommitdiff
path: root/compiler/systems/t_android.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_android.pas')
-rw-r--r--compiler/systems/t_android.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/systems/t_android.pas b/compiler/systems/t_android.pas
index c508448e27..ae8b193270 100644
--- a/compiler/systems/t_android.pas
+++ b/compiler/systems/t_android.pas
@@ -424,14 +424,13 @@ end;
*****************************************************************************}
initialization
+ RegisterLinker(ld_android,TLinkerAndroid);
{$ifdef ARM}
- RegisterExternalLinker(system_arm_android_info,TLinkerAndroid);
RegisterImport(system_arm_android,timportlibandroid);
RegisterExport(system_arm_android,texportlibandroid);
RegisterTarget(system_arm_android_info);
{$endif ARM}
{$ifdef I386}
- RegisterExternalLinker(system_i386_android_info,TLinkerAndroid);
RegisterImport(system_i386_android,timportlibandroid);
RegisterExport(system_i386_android,texportlibandroid);
RegisterTarget(system_i386_android_info);