소스 검색

* arm-android: Enable PIC by default.

git-svn-id: trunk@31704 -
yury 10 년 전
부모
커밋
840803772c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/systems/i_android.pas

+ 1 - 0
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';