瀏覽代碼

* reenable VLink as default linker for PowerPC Amiga, now that the support is fixed

git-svn-id: trunk@33512 -
Károly Balogh 9 年之前
父節點
當前提交
fca1a74244
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -3069,7 +3069,7 @@ begin
 
 
 {$ifdef hasamiga}
 {$ifdef hasamiga}
    { enable vlink as default linker on Amiga/MorphOS, but not for cross compilers (for now) }
    { enable vlink as default linker on Amiga/MorphOS, but not for cross compilers (for now) }
-   if target_info.system in [system_m68k_amiga,{system_powerpc_amiga,}system_powerpc_morphos] then
+   if target_info.system in [system_m68k_amiga,system_powerpc_amiga,system_powerpc_morphos] then
      include(init_settings.globalswitches,cs_link_vlink);
      include(init_settings.globalswitches,cs_link_vlink);
 {$endif}
 {$endif}
 end;
 end;