소스 검색

Enable checkpointer support for all linux systems

git-svn-id: trunk@34552 -
pierre 8 년 전
부모
커밋
88f9d18a88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -374,7 +374,7 @@ interface
          and can never work for libc-based targets or any other program
          linking to an external library)
        }
-       systems_support_checkpointer = [system_i386_linux,system_powerpc_linux]
+       systems_support_checkpointer = systems_linux
                              + [system_i386_win32]
                              + [system_i386_GO32V2]
                              + [system_i386_os2]