pass new asm extra opt using -ao option

git-svn-id: trunk@26539 -
This commit is contained in:
pierre 2014-01-21 00:16:26 +00:00
parent e9c0484b3c
commit 6d4a9aad66
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ unit agavrgas;
idtxt : 'AS';
asmbin : 'as';
asmcmd : '-o $OBJ $ASM';
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_avr_embedded];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';

View File

@ -319,7 +319,7 @@ interface
id : as_gas;
idtxt : 'AS';
asmbin : 'as';
asmcmd : '$ARCH -o $OBJ $ASM';
asmcmd : '$ARCH -o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_m68k_Amiga,system_m68k_Atari,system_m68k_Mac,system_m68k_linux,system_m68k_PalmOS,system_m68k_netbsd,system_m68k_openbsd,system_m68k_embedded];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';