Add human68k OS to list of supported OSes for m68k GNU assembler

This commit is contained in:
Pierre Muller 2023-12-01 22:12:54 +01:00
parent 7ecb19f906
commit f1e32bb187

View File

@ -364,7 +364,7 @@ interface
idtxt : 'AS';
asmbin : 'as';
asmcmd : '$ARCH -o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_m68k_macosclassic,system_m68k_linux,system_m68k_PalmOS,system_m68k_netbsd,system_m68k_embedded];
supported_targets : [system_m68k_macosclassic,system_m68k_linux,system_m68k_PalmOS,system_m68k_netbsd,system_m68k_human68k,system_m68k_embedded];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';
labelmaxlen : -1;