Browse Source

powerpc: set af_smartlink_sections for vasm

git-svn-id: trunk@35241 -
Károly Balogh 8 years ago
parent
commit
95cb456951
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/powerpc/agppcvasm.pas

+ 1 - 1
compiler/powerpc/agppcvasm.pas

@@ -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: '$';