소스 검색

Enable dynamic packages support for i386-linux. Note: this requires the RTL to be manually compiled with FPC_HAS_INDIRECT_MAIN_INFORMATION since not all SysInit units are yet adjusted.

systems/i_linux.pas, system_i386_linux_info:
  + add tf_supports_packages to flags

git-svn-id: branches/svenbarth/packages@32489 -
svenbarth 9 년 전
부모
커밋
720dbf166d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
compiler/systems/i_linux.pas

@@ -40,7 +40,7 @@ unit i_linux;
 {$endif segment_threadvars}
                             tf_needs_symbol_type,tf_files_case_sensitive,
                             tf_smartlink_library,tf_needs_dwarf_cfi,tf_has_winlike_resources,
-                            tf_safecall_exceptions, tf_safecall_clearstack];
+                            tf_safecall_exceptions, tf_safecall_clearstack,tf_supports_packages];
             cpu          : cpu_i386;
             unit_env     : 'LINUXUNITS';
             extradefines : 'UNIX;HASUNIX';