From aaf81bc510aaa721da328ef76629b3c119ee4b54 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 13 Aug 2005 20:47:22 +0000 Subject: [PATCH] Merged revisions 851 via svnmerge from /trunk git-svn-id: branches/fixes_2_0@856 - --- compiler/systems.pas | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiler/systems.pas b/compiler/systems.pas index 217ebc9e49..82ba321034 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -292,6 +292,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');