Преглед изворни кода

Disable threading feature for arm-palmos (like it is done for m68k-palmos)

git-svn-id: trunk@37221 -
pierre пре 7 година
родитељ
комит
fee49a3e40
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      compiler/options.pas

+ 1 - 0
compiler/options.pas

@@ -3145,6 +3145,7 @@ begin
       target_unsup_features:=[f_heap,f_textio,f_consoleio,f_fileio,
          f_variants,f_objects,f_commandargs,
          f_processes,f_stackcheck,f_dynlibs,f_softfpu,f_objectivec1,f_resources];
+    system_arm_palmos,
     system_m68k_palmos:
       target_unsup_features:=[f_threading];
     else