Explorar el Código

sinclairql: make sure the Sinclair QL defaults to vlink

git-svn-id: trunk@47520 -
Károly Balogh hace 4 años
padre
commit
ebb199b9d4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;