mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 07:11:34 +02:00
powerpc: set af_smartlink_sections for vasm
git-svn-id: trunk@35241 -
This commit is contained in:
parent
3e4c905813
commit
95cb456951
@ -123,7 +123,7 @@ unit agppcvasm;
|
|||||||
asmbin : 'vasmppc_std';
|
asmbin : 'vasmppc_std';
|
||||||
asmcmd: '-quiet $OTYPE -o $OBJ $EXTRAOPT $ASM';
|
asmcmd: '-quiet $OTYPE -o $OBJ $EXTRAOPT $ASM';
|
||||||
supported_targets : [system_powerpc_amiga,system_powerpc_morphos,system_powerpc_linux];
|
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';
|
labelprefix : '.L';
|
||||||
comment : '# ';
|
comment : '# ';
|
||||||
dollarsign: '$';
|
dollarsign: '$';
|
||||||
|
Loading…
Reference in New Issue
Block a user