浏览代码

Add tf_no_pic_supported to go32v2 target (was generating wrong code)

git-svn-id: trunk@39102 -
pierre 7 年之前
父节点
当前提交
a5a6b70658
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_go32v2.pas

+ 1 - 1
compiler/systems/i_go32v2.pas

@@ -34,7 +34,7 @@ unit i_go32v2;
             system       : system_i386_GO32V2;
             name         : 'GO32 V2 DOS extender';
             shortname    : 'Go32v2';
-            flags        : [tf_use_8_3,tf_smartlink_sections];
+            flags        : [tf_use_8_3,tf_smartlink_sections,tf_no_pic_supported];
             cpu          : cpu_i386;
             unit_env     : 'GO32V2UNITS';
             extradefines : 'DPMI';