powerpc: set af_smartlink_sections for vasm

git-svn-id: trunk@35241 -
This commit is contained in:
Károly Balogh 2017-01-05 22:30:57 +00:00
parent 3e4c905813
commit 95cb456951

View File

@ -123,7 +123,7 @@ unit agppcvasm;
asmbin : 'vasmppc_std';
asmcmd: '-quiet $OTYPE -o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_powerpc_amiga,system_powerpc_morphos,system_powerpc_linux];
flags : [af_needar{,af_smartlink_sections}];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';
comment : '# ';
dollarsign: '$';