mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 08:49:33 +02:00
+ enable the internal sysinit for OpenBSD x86_64
git-svn-id: trunk@41709 -
This commit is contained in:
parent
ea5168aa16
commit
ef00eb228b
@ -351,7 +351,8 @@ interface
|
||||
systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
|
||||
system_i386_linux,system_powerpc64_linux,system_sparc64_linux,system_x86_64_linux,
|
||||
system_m68k_atari,system_m68k_palmos,
|
||||
system_i386_haiku,system_x86_64_haiku
|
||||
system_i386_haiku,system_x86_64_haiku,
|
||||
system_x86_64_openbsd
|
||||
]+systems_darwin+systems_amigalike;
|
||||
|
||||
{ all systems that use garbage collection for reference-counted types }
|
||||
|
Loading…
Reference in New Issue
Block a user