Browse Source

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

git-svn-id: trunk@10943 -
giulio 17 years ago
parent
commit
c6d4f1a9e5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      compiler/options.pas

+ 1 - 3
compiler/options.pas

@@ -2030,9 +2030,7 @@ begin
     system_arm_gba:
     system_arm_gba:
       target_unsup_features:=[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio,f_dynlibs];
       target_unsup_features:=[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio,f_dynlibs];
     system_arm_nds:
     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
     else
       target_unsup_features:=[];
       target_unsup_features:=[];
   end;
   end;