Browse Source

sinclairql: make sure the Sinclair QL defaults to vlink

git-svn-id: trunk@47520 -
Károly Balogh 4 years ago
parent
commit
ebb199b9d4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      compiler/options.pas

+ 5 - 0
compiler/options.pas

@@ -3417,6 +3417,11 @@ begin
       not LinkerSetExplicitly then
      include(init_settings.globalswitches,cs_link_vlink);
 {$endif}
+{$ifdef m68k}
+   if (target_info.system in [system_m68k_sinclairql]) and
+      not LinkerSetExplicitly then
+     include(init_settings.globalswitches,cs_link_vlink);
+{$endif m68k}
 end;
 
 procedure TOption.checkoptionscompatibility;