* Register external gas assembler for aarch64-android and x86_64-android.

git-svn-id: trunk@39969 -
This commit is contained in:
yury 2018-10-18 11:48:27 +00:00
parent 27ec656ab7
commit 4643a0b1ff
2 changed files with 3 additions and 2 deletions

View File

@ -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 : '// ';

View File

@ -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 : '# ';