mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
Handle asmextraopt in arm assembler
git-svn-id: trunk@26545 -
This commit is contained in:
parent
12a1a680cc
commit
b158ad6a9c
@ -356,7 +356,7 @@ unit agarmgas;
|
||||
|
||||
idtxt : 'AS';
|
||||
asmbin : 'as';
|
||||
asmcmd : '-o $OBJ $ASM';
|
||||
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
|
||||
supported_targets : [system_arm_linux,system_arm_wince,system_arm_gba,system_arm_palmos,system_arm_nds,
|
||||
system_arm_embedded,system_arm_symbian,system_arm_android];
|
||||
flags : [af_needar,af_smartlink_sections];
|
||||
@ -370,7 +370,7 @@ unit agarmgas;
|
||||
id : as_darwin;
|
||||
idtxt : 'AS-Darwin';
|
||||
asmbin : 'as';
|
||||
asmcmd : '-o $OBJ $ASM -arch $ARCH';
|
||||
asmcmd : '-o $OBJ $EXTRAOPT $ASM -arch $ARCH';
|
||||
supported_targets : [system_arm_darwin];
|
||||
flags : [af_needar,af_smartlink_sections,af_supports_dwarf,af_stabs_use_function_absolute_addresses];
|
||||
labelprefix : 'L';
|
||||
|
Loading…
Reference in New Issue
Block a user