|
@@ -120,6 +120,12 @@ implementation
|
|
|
include(supported_calling_conventions,pocall_syscall);
|
|
|
system_m68k_amiga:
|
|
|
include(supported_calling_conventions,pocall_syscall);
|
|
|
+ system_arm_gba:
|
|
|
+ features:=features-[f_threading,f_commandargs,f_fileio,f_textio];
|
|
|
+ system_arm_nds:
|
|
|
+ features:=features-[f_threading,f_commandargs,f_fileio,f_textio];
|
|
|
+ system_i386_go32v2:
|
|
|
+ features:=features-[f_threading];
|
|
|
end;
|
|
|
end;
|
|
|
|