* disable default VLink for AmigaOS/PowerPC, as current VLink internalerrors while tries to link FPC-generated objects on this platform, for unknow reasons

git-svn-id: trunk@33494 -
This commit is contained in:
Károly Balogh 2016-04-13 03:16:58 +00:00
parent 9d1938a713
commit a73404a88c

View File

@ -3069,7 +3069,7 @@ begin
{$ifdef hasamiga}
{ 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);
{$endif}
end;