* Add android to supported targets for assemblers. It fixes assembling for i386-android.

git-svn-id: branches/targetandroid@23441 -
This commit is contained in:
yury 2013-01-18 14:51:09 +00:00
parent d05912cd8e
commit c2fed960c9
3 changed files with 5 additions and 3 deletions

View File

@ -354,7 +354,8 @@ unit agarmgas;
idtxt : 'AS';
asmbin : 'as';
asmcmd : '-o $OBJ $ASM';
supported_targets : [system_arm_linux,system_arm_wince,system_arm_gba,system_arm_palmos,system_arm_nds,system_arm_embedded,system_arm_symbian];
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];
labelprefix : '.L';
comment : '# ';

View File

@ -506,7 +506,8 @@ implementation
system_i386_freebsd,system_i386_haiku,
system_i386_openbsd,system_i386_netbsd,
system_i386_Netware,system_i386_netwlibc,
system_i386_solaris,system_i386_embedded];
system_i386_solaris,system_i386_embedded,
system_i386_android];
flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
labelprefix : '.L';
comment : '';

View File

@ -445,7 +445,7 @@ interface
supported_targets : [system_i386_GO32V2,system_i386_linux,system_i386_Win32,system_i386_freebsd,system_i386_solaris,system_i386_beos,
system_i386_netbsd,system_i386_Netware,system_i386_qnx,system_i386_wdosx,system_i386_openbsd,
system_i386_netwlibc,system_i386_wince,system_i386_embedded,system_i386_symbian,system_i386_haiku,system_x86_6432_linux,
system_i386_nativent];
system_i386_nativent,system_i386_android];
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
labelprefix : '.L';
comment : '# ';