mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 08:08:36 +02:00
* Add android to supported targets for assemblers. It fixes assembling for i386-android.
git-svn-id: branches/targetandroid@23441 -
This commit is contained in:
parent
d05912cd8e
commit
c2fed960c9
@ -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 : '# ';
|
||||
|
@ -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 : '';
|
||||
|
@ -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 : '# ';
|
||||
|
Loading…
Reference in New Issue
Block a user