mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 03:59:28 +02:00
systems_aros, and systems_amigalike as collection for target defines
git-svn-id: trunk@35261 -
This commit is contained in:
parent
1bea9e36eb
commit
ccf6504584
@ -294,6 +294,12 @@ interface
|
||||
|
||||
{ all OS/2 targets }
|
||||
systems_os2 = [system_i386_OS2,system_i386_emx];
|
||||
|
||||
{ AROS systems }
|
||||
systems_aros = [system_i386_aros,system_x86_64_aros,system_arm_aros];
|
||||
|
||||
{ all amiga like systems }
|
||||
systems_amigalike = [system_m68k_amiga,system_powerpc_morphos,system_powerpc_amiga]+systems_aros;
|
||||
|
||||
{ all native nt systems }
|
||||
systems_nativent = [system_i386_nativent];
|
||||
@ -326,8 +332,7 @@ interface
|
||||
systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android;
|
||||
|
||||
systems_internal_sysinit = [system_i386_linux,system_i386_win32,system_x86_64_win64,
|
||||
system_powerpc64_linux,system_powerpc_morphos,system_m68k_amiga,
|
||||
system_m68k_atari,system_i386_aros]+systems_darwin;
|
||||
system_powerpc64_linux,system_m68k_atari]+systems_darwin+systems_amigalike;
|
||||
|
||||
{ all systems that use garbage collection for reference-counted types }
|
||||
systems_garbage_collected_managed_types = [
|
||||
|
Loading…
Reference in New Issue
Block a user