mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
* Remove consoleio feature from gba & nds as well.
git-svn-id: trunk@6527 -
This commit is contained in:
parent
7c5d3f69ac
commit
5b827873a8
@ -121,9 +121,9 @@ implementation
|
|||||||
system_m68k_amiga:
|
system_m68k_amiga:
|
||||||
include(supported_calling_conventions,pocall_syscall);
|
include(supported_calling_conventions,pocall_syscall);
|
||||||
system_arm_gba:
|
system_arm_gba:
|
||||||
features:=features-[f_threading,f_commandargs,f_fileio,f_textio];
|
features:=features-[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio];
|
||||||
system_arm_nds:
|
system_arm_nds:
|
||||||
features:=features-[f_threading,f_commandargs,f_fileio,f_textio];
|
features:=features-[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio];
|
||||||
system_i386_go32v2:
|
system_i386_go32v2:
|
||||||
features:=features-[f_threading];
|
features:=features-[f_threading];
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user