Browse Source

i386 NetBSD uses GOT for position independent code

git-svn-id: trunk@20353 -
pierre 13 years ago
parent
commit
5b71a7597a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -191,7 +191,7 @@ unit i_bsd;
             system       : system_i386_NetBSD;
             system       : system_i386_NetBSD;
             name         : 'NetBSD for i386';
             name         : 'NetBSD for i386';
             shortname    : 'NetBSD';
             shortname    : 'NetBSD';
-            flags        : [tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_has_winlike_resources];
+            flags        : [tf_pic_uses_got,tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_has_winlike_resources];
             cpu          : cpu_i386;
             cpu          : cpu_i386;
             unit_env     : 'BSDUNITS';
             unit_env     : 'BSDUNITS';
             extradefines : 'UNIX;BSD;HASUNIX';
             extradefines : 'UNIX;BSD;HASUNIX';