Browse Source

+ operating system sets added

git-svn-id: trunk@851 -
florian 20 years ago
parent
commit
6f79120a77
1 changed files with 5 additions and 0 deletions
  1. 5 0
      compiler/systems.pas

+ 5 - 0
compiler/systems.pas

@@ -301,6 +301,11 @@ interface
        { alias for supported_target field in tasminfo }
        system_any = system_none;
 
+       system_wince : set of tsystem = [system_arm_wince,system_i386_wince];
+       system_linux : set of tsystem = [system_i386_linux,system_x86_64_linux,system_powerpc_linux,
+                                        system_arm_linux,system_sparc_linux,system_alpha_linux,system_m68k_linux,
+                                        system_x86_6432_linux];
+
        cpu2str : array[TSystemCpu] of string =
             ('','i386','m68k','alpha','powerpc','sparc','vm','ia64','x86_64',
              'mips','arm');