Explorar el Código

Enable checkpointer support for all linux systems

git-svn-id: trunk@34552 -
pierre hace 8 años
padre
commit
88f9d18a88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]