diff --git a/compiler/options.pas b/compiler/options.pas index 3273e7c6c4..08571a07fb 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -3157,6 +3157,8 @@ begin system_arm_palmos, system_m68k_palmos: target_unsup_features:=[f_threading]; + system_m68k_atari: + target_unsup_features:=[f_threading]; else target_unsup_features:=[]; end;