瀏覽代碼

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]