Explorar o código

* Enable PIC by default for i386-android.

git-svn-id: trunk@32021 -
yury %!s(int64=9) %!d(string=hai) anos
pai
achega
8b27c3cf27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_android.pas

+ 1 - 1
compiler/systems/i_android.pas

@@ -102,7 +102,7 @@ unit i_android;
             shortname    : 'Android';
             shortname    : 'Android';
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
                             tf_needs_dwarf_cfi,tf_has_winlike_resources,
                             tf_needs_dwarf_cfi,tf_has_winlike_resources,
-                            tf_pic_uses_got, tf_smartlink_sections,
+                            tf_pic_uses_got, tf_pic_default, tf_smartlink_sections,
                             tf_safecall_exceptions];
                             tf_safecall_exceptions];
             cpu          : cpu_i386;
             cpu          : cpu_i386;
             unit_env     : 'ANDROIDUNITS';
             unit_env     : 'ANDROIDUNITS';