mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
+ operating system sets added
git-svn-id: trunk@851 -
This commit is contained in:
parent
84fe2c604d
commit
6f79120a77
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user