소스 검색

Re-enabled smartlinking on go32v2 after r8715 (solves bug #11501)

git-svn-id: trunk@11248 -
giulio 17 년 전
부모
커밋
f8790b4e14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_go32v2.pas

+ 1 - 1
compiler/systems/i_go32v2.pas

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