Browse Source

* enable section smartlinking by default for i386-linux

git-svn-id: trunk@1166 -
peter 20 năm trước cách đây
mục cha
commit
cde3b119ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
compiler/systems/i_linux.pas

@@ -46,7 +46,7 @@ unit i_linux;
             system       : system_i386_LINUX;
             name         : 'Linux for i386';
             shortname    : 'Linux';
-            flags        : [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}];
+            flags        : [tf_needs_symbol_size,tf_pic_uses_got,tf_smartlink_sections];
             cpu          : cpu_i386;
             unit_env     : 'LINUXUNITS';
             extradefines : 'UNIX;HASUNIX';