Go32v2 is not an embedded target, don't disable features

git-svn-id: trunk@10943 -
This commit is contained in:
giulio 2008-05-11 10:11:29 +00:00
parent b658d55980
commit c6d4f1a9e5

View File

@ -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;