Переглянути джерело

* Removed the tf_safecall_clearstack flag for i386-android. It is useless, since i386-android uses fixed stack.

git-svn-id: trunk@32006 -
yury 9 роки тому
батько
коміт
f6045639fc
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      compiler/systems/i_android.pas

+ 3 - 3
compiler/systems/i_android.pas

@@ -100,10 +100,10 @@ unit i_android;
             system       : system_i386_ANDROID;
             system       : system_i386_ANDROID;
             name         : 'Android for i386';
             name         : 'Android for i386';
             shortname    : 'Android';
             shortname    : 'Android';
-            flags        : [tf_needs_symbol_size,tf_pic_uses_got,tf_smartlink_sections,
-                            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_safecall_exceptions, tf_safecall_clearstack];
+                            tf_pic_uses_got, tf_smartlink_sections,
+                            tf_safecall_exceptions];
             cpu          : cpu_i386;
             cpu          : cpu_i386;
             unit_env     : 'ANDROIDUNITS';
             unit_env     : 'ANDROIDUNITS';
             extradefines : 'UNIX;HASUNIX';
             extradefines : 'UNIX;HASUNIX';