m68k: palmos and atari doesn't support threading

git-svn-id: trunk@37027 -
This commit is contained in:
Károly Balogh 2017-08-22 09:06:52 +00:00
parent f4a8a29aea
commit 8db10af841

View File

@ -3145,6 +3145,10 @@ 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_m68k_atari:
target_unsup_features:=[f_threading];
system_m68k_palmos:
target_unsup_features:=[f_threading];
else
target_unsup_features:=[];
end;