From 840803772c9e0ca75d49b00470d344ff60055581 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 15 Sep 2015 18:22:24 +0000 Subject: [PATCH] * arm-android: Enable PIC by default. git-svn-id: trunk@31704 - --- compiler/systems/i_android.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/systems/i_android.pas b/compiler/systems/i_android.pas index cc72dc0b23..db2092224f 100644 --- a/compiler/systems/i_android.pas +++ b/compiler/systems/i_android.pas @@ -36,6 +36,7 @@ unit i_android; shortname : 'Android'; flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive, tf_requires_proper_alignment, tf_safecall_exceptions, + tf_pic_uses_got, tf_pic_default, tf_smartlink_sections,tf_has_winlike_resources]; cpu : cpu_arm; unit_env : 'ANDROIDUNITS';