Explorar o código

* solaris x86-64 libraries require pic

git-svn-id: trunk@14286 -
florian %!s(int64=16) %!d(string=hai) anos
pai
achega
be8470125f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_sunos.pas

+ 1 - 1
compiler/systems/i_sunos.pas

@@ -101,7 +101,7 @@ unit i_sunos;
             shortname    : 'solaris';
             flags        : [tf_needs_symbol_size,tf_under_development,
                             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];
             cpu          : cpu_x86_64;
             unit_env     : 'SOLARISUNITS';