mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
Go32v2 is not an embedded target, don't disable features
git-svn-id: trunk@10943 -
This commit is contained in:
parent
b658d55980
commit
c6d4f1a9e5
@ -2030,9 +2030,7 @@ begin
|
||||
system_arm_gba:
|
||||
target_unsup_features:=[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio,f_dynlibs];
|
||||
system_arm_nds:
|
||||
target_unsup_features:=[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio,f_dynlibs];
|
||||
system_i386_go32v2:
|
||||
target_unsup_features:=[f_threading,f_dynlibs]
|
||||
target_unsup_features:=[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio,f_dynlibs]
|
||||
else
|
||||
target_unsup_features:=[];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user