浏览代码

* use section smartlinking on arm-linux, experimental

git-svn-id: trunk@6812 -
florian 18 年之前
父节点
当前提交
47a9c9bc60
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/systems/i_linux.pas

+ 2 - 1
compiler/systems/i_linux.pas

@@ -524,7 +524,8 @@ unit i_linux;
             system       : system_arm_Linux;
             system       : system_arm_Linux;
             name         : 'Linux for ARM';
             name         : 'Linux for ARM';
             shortname    : 'Linux';
             shortname    : 'Linux';
-            flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,tf_use_function_relative_addresses,tf_requires_proper_alignment];
+            flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
+                            tf_use_function_relative_addresses,tf_requires_proper_alignment,tf_smartlink_sections];
             cpu          : cpu_arm;
             cpu          : cpu_arm;
             unit_env     : 'LINUXUNITS';
             unit_env     : 'LINUXUNITS';
             extradefines : 'UNIX;HASUNIX';
             extradefines : 'UNIX;HASUNIX';