Browse Source

* experimentally enabled smartlink sections on sparc linux

git-svn-id: trunk@11002 -
florian 17 years ago
parent
commit
4ad8ccf05c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/systems/i_linux.pas

+ 4 - 2
compiler/systems/i_linux.pas

@@ -455,8 +455,10 @@ unit i_linux;
             system       : system_SPARC_Linux;
             system       : system_SPARC_Linux;
             name         : 'Linux for SPARC';
             name         : 'Linux for SPARC';
             shortname    : 'Linux';
             shortname    : 'Linux';
-            flags        : [tf_needs_symbol_size,tf_library_needs_pic,tf_needs_symbol_type,tf_files_case_sensitive,tf_smartlink_library,
-                            tf_use_function_relative_addresses,tf_requires_proper_alignment,tf_has_winlike_resources];
+            flags        : [tf_needs_symbol_size,tf_library_needs_pic,tf_smartlink_sections,
+                            tf_needs_symbol_type,tf_files_case_sensitive,tf_smartlink_library,
+                            tf_use_function_relative_addresses,tf_requires_proper_alignment,
+                            tf_has_winlike_resources];
             cpu          : cpu_SPARC;
             cpu          : cpu_SPARC;
             unit_env     : 'LINUXUNITS';
             unit_env     : 'LINUXUNITS';
             extradefines : 'UNIX;HASUNIX';
             extradefines : 'UNIX;HASUNIX';