mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:29:25 +01:00
* 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:
parent
9d1938a713
commit
a73404a88c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user