Browse Source

+ mips/mipsel libraries need PIC

git-svn-id: trunk@29752 -
pierre 10 years ago
parent
commit
6ce8aeed27
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/systems/i_linux.pas

+ 4 - 2
compiler/systems/i_linux.pas

@@ -817,7 +817,8 @@ unit i_linux;
             name         : 'Linux for MIPSEB';
             name         : 'Linux for MIPSEB';
             shortname    : 'Linux';
             shortname    : 'Linux';
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
-                            tf_requires_proper_alignment,tf_pic_uses_got,tf_safecall_exceptions,
+                            tf_requires_proper_alignment,tf_library_needs_pic,
+                            tf_pic_uses_got,tf_safecall_exceptions,
                             tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
                             tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
             cpu          : cpu_mipseb;
             cpu          : cpu_mipseb;
             unit_env     : 'LINUXUNITS';
             unit_env     : 'LINUXUNITS';
@@ -882,7 +883,8 @@ unit i_linux;
             name         : 'Linux for MIPSEL';
             name         : 'Linux for MIPSEL';
             shortname    : 'Linux';
             shortname    : 'Linux';
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
-                            tf_requires_proper_alignment,tf_pic_uses_got,tf_safecall_exceptions,
+                            tf_requires_proper_alignment,tf_library_needs_pic,
+                            tf_pic_uses_got,tf_safecall_exceptions,
                             tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
                             tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
             cpu          : cpu_mipsel;
             cpu          : cpu_mipsel;
             unit_env     : 'LINUXUNITS';
             unit_env     : 'LINUXUNITS';