mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-20 08:50:30 +02:00
* arm-android: Enable PIC by default.
git-svn-id: trunk@31704 -
This commit is contained in:
parent
9f2ef7c546
commit
840803772c
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user