mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +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';
|
idtxt : 'AS';
|
||||||
asmbin : '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,
|
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];
|
system_arm_embedded,system_arm_symbian,system_arm_android];
|
||||||
flags : [af_needar,af_smartlink_sections];
|
flags : [af_needar,af_smartlink_sections];
|
||||||
@ -370,7 +370,7 @@ unit agarmgas;
|
|||||||
id : as_darwin;
|
id : as_darwin;
|
||||||
idtxt : 'AS-Darwin';
|
idtxt : 'AS-Darwin';
|
||||||
asmbin : 'as';
|
asmbin : 'as';
|
||||||
asmcmd : '-o $OBJ $ASM -arch $ARCH';
|
asmcmd : '-o $OBJ $EXTRAOPT $ASM -arch $ARCH';
|
||||||
supported_targets : [system_arm_darwin];
|
supported_targets : [system_arm_darwin];
|
||||||
flags : [af_needar,af_smartlink_sections,af_supports_dwarf,af_stabs_use_function_absolute_addresses];
|
flags : [af_needar,af_smartlink_sections,af_supports_dwarf,af_stabs_use_function_absolute_addresses];
|
||||||
labelprefix : 'L';
|
labelprefix : 'L';
|
||||||
|
Loading…
Reference in New Issue
Block a user