|
@@ -475,7 +475,7 @@ interface
|
|
|
asmbin : 'as';
|
|
|
asmcmd : '--32 -o $OBJ $BIGOBJ $EXTRAOPT $ASM';
|
|
|
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_netbsd,system_i386_Netware,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_android,system_i386_aros];
|
|
|
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
|
|
@@ -491,7 +491,7 @@ interface
|
|
|
asmbin : 'yasm';
|
|
|
asmcmd : '-a x86 -p gas -f $FORMAT -o $OBJ $EXTRAOPT $ASM';
|
|
|
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_netbsd,system_i386_Netware,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];
|
|
|
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
|
|
@@ -548,7 +548,7 @@ interface
|
|
|
asmbin : 'gas';
|
|
|
asmcmd : '--32 -o $OBJ $EXTRAOPT $ASM';
|
|
|
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_netbsd,system_i386_Netware,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_android];
|
|
|
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
|