mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
pass new asm extra opt using -ao option
git-svn-id: trunk@26539 -
This commit is contained in:
parent
e9c0484b3c
commit
6d4a9aad66
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user