mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 10:05:58 +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';
|
||||
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: '$';
|
||||
|
Loading…
Reference in New Issue
Block a user