Explorar el Código

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

git-svn-id: trunk@10943 -
giulio hace 17 años
padre
commit
c6d4f1a9e5
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      compiler/options.pas

+ 1 - 3
compiler/options.pas

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