浏览代码

* disable internal linker

git-svn-id: trunk@4301 -
peter 19 年之前
父节点
当前提交
1a596dfc7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/t_go32v2.pas

+ 1 - 1
compiler/systems/t_go32v2.pas

@@ -379,6 +379,6 @@ end;
 
 initialization
   RegisterExternalLinker(system_i386_go32v2_info,TExternalLinkerGo32v2);
-  RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
+//  RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
   RegisterTarget(system_i386_go32v2_info);
 end.