summaryrefslogtreecommitdiff
path: root/compiler/systems/t_android.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-09-06 10:09:26 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-09-06 10:09:26 +0000
commitb379f2cb9ef71d09216f34380bf3a4dba6777782 (patch)
tree16d28b20151c20bd514b097c7c0016adaff2bfda /compiler/systems/t_android.pas
parent71c0dea92bdcc6a331d86adc4107d6f9bbd92c02 (diff)
parente259a09cecfcf724f8e49010f0db5dadb8a3e2c3 (diff)
downloadfpc-cpstrrtl.tar.gz
* synchronized with trunk up to and including r25430cpstrrtl
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/cpstrrtl@25431 3ad0048d-3df7-0310-abae-a5850022a9f2
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);