morphos: in SDK 3.14, the binutils is finally upgraded to 2.32 (from 2.9.1), which makes section smartlinking working with binutils, and also has finally properly working stabs relocations for lineinfo, etc. so it's the default again both cross and native compilations

git-svn-id: trunk@43313 -
This commit is contained in:
Károly Balogh 2019-10-26 22:24:00 +00:00
parent 6483b3f5e3
commit 421b06affe
2 changed files with 3 additions and 3 deletions

View File

@ -3307,7 +3307,7 @@ begin
{$if defined(atari) or defined(hasamiga)}
{ enable vlink as default linker on Atari, Amiga, and MorphOS, but not for cross compilers (for now) }
if (target_info.system in [system_m68k_amiga,system_m68k_atari,
system_powerpc_amiga,system_powerpc_morphos]) and
system_powerpc_amiga]) and
not LinkerSetExplicitly then
include(init_settings.globalswitches,cs_link_vlink);
{$endif}

View File

@ -62,8 +62,8 @@ unit i_morph;
Cprefix : '';
newline : #10;
dirsep : '/';
assem : as_powerpc_gas_legacy;
assemextern : as_powerpc_gas_legacy;
assem : as_gas;
assemextern : as_gas;
link : ld_none;
linkextern : ld_morphos;
ar : ar_gnu_ar;