mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* Enable PIC by default for i386-android.
git-svn-id: trunk@32021 -
This commit is contained in:
parent
862348c317
commit
8b27c3cf27
@ -102,7 +102,7 @@ unit i_android;
|
||||
shortname : 'Android';
|
||||
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
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];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'ANDROIDUNITS';
|
||||
|
Loading…
Reference in New Issue
Block a user