mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* Register external gas assembler for aarch64-android and x86_64-android.
git-svn-id: trunk@39969 -
This commit is contained in:
parent
27ec656ab7
commit
4643a0b1ff
@ -274,7 +274,7 @@ unit agcpugas;
|
||||
idtxt : 'AS';
|
||||
asmbin : 'as';
|
||||
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
|
||||
supported_targets : [system_aarch64_linux];
|
||||
supported_targets : [system_aarch64_linux,system_aarch64_android];
|
||||
flags : [af_needar,af_smartlink_sections];
|
||||
labelprefix : '.L';
|
||||
comment : '// ';
|
||||
|
@ -382,7 +382,8 @@ interface
|
||||
supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
|
||||
system_x86_64_win64,system_x86_64_embedded,
|
||||
system_x86_64_openbsd,system_x86_64_netbsd,
|
||||
system_x86_64_dragonfly,system_x86_64_aros];
|
||||
system_x86_64_dragonfly,system_x86_64_aros,
|
||||
system_x86_64_android];
|
||||
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
|
||||
labelprefix : '.L';
|
||||
comment : '# ';
|
||||
|
Loading…
Reference in New Issue
Block a user