Pārlūkot izejas kodu

* solaris x86-64 libraries require pic

git-svn-id: trunk@14286 -
florian 15 gadi atpakaļ
vecāks
revīzija
be8470125f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/systems/i_sunos.pas

+ 1 - 1
compiler/systems/i_sunos.pas

@@ -101,7 +101,7 @@ unit i_sunos;
             shortname    : 'solaris';
             shortname    : 'solaris';
             flags        : [tf_needs_symbol_size,tf_under_development,
             flags        : [tf_needs_symbol_size,tf_under_development,
                             tf_files_case_sensitive,tf_use_function_relative_addresses,
                             tf_files_case_sensitive,tf_use_function_relative_addresses,
-                            tf_requires_proper_alignment,tf_smartlink_library,
+                            tf_requires_proper_alignment,tf_smartlink_library,tf_library_needs_pic,
                             tf_has_winlike_resources];
                             tf_has_winlike_resources];
             cpu          : cpu_x86_64;
             cpu          : cpu_x86_64;
             unit_env     : 'SOLARISUNITS';
             unit_env     : 'SOLARISUNITS';