mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* Xtensa: generate long calls
git-svn-id: trunk@44371 -
This commit is contained in:
parent
d7126bd42c
commit
c239ae9414
@ -172,7 +172,7 @@ unit agcpugas;
|
||||
|
||||
idtxt : 'AS';
|
||||
asmbin : 'as';
|
||||
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
|
||||
asmcmd : '-o $OBJ $EXTRAOPT $ASM --longcalls';
|
||||
supported_targets : [system_xtensa_embedded];
|
||||
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