mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 03:28:04 +02:00
Add system_powerpc_wii to supported_targets of powerpc generic GNU assembler
This commit is contained in:
parent
626e23d89f
commit
f3179cb718
@ -643,7 +643,9 @@ unit agppcgas;
|
||||
{$else cpu64bitaddr}
|
||||
asmcmd: '$ENDIAN -o $OBJ $EXTRAOPT $ARCH $ASM';
|
||||
{$endif cpu64bitaddr}
|
||||
supported_targets : [system_powerpc_linux,system_powerpc_netbsd,system_powerpc_openbsd,system_powerpc_MorphOS,system_powerpc_Amiga,system_powerpc64_linux,system_powerpc_embedded,system_powerpc64_embedded];
|
||||
supported_targets : [system_powerpc_linux,system_powerpc_netbsd,system_powerpc_openbsd,
|
||||
system_powerpc_MorphOS,system_powerpc_Amiga,system_powerpc_wii,
|
||||
system_powerpc64_linux,system_powerpc_embedded,system_powerpc64_embedded];
|
||||
flags : [af_needar,af_smartlink_sections];
|
||||
labelprefix : '.L';
|
||||
labelmaxlen : -1;
|
||||
|
Loading…
Reference in New Issue
Block a user