mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
Enable checkpointer support for all linux systems
git-svn-id: trunk@34552 -
This commit is contained in:
parent
749dc00401
commit
88f9d18a88
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user