Explorar o código

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

git-svn-id: trunk@37221 -
pierre %!s(int64=7) %!d(string=hai) anos
pai
achega
fee49a3e40
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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