mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 16:49:37 +01:00
Add human68k OS to list of supported OSes for m68k GNU assembler
This commit is contained in:
parent
7ecb19f906
commit
f1e32bb187
@ -364,7 +364,7 @@ interface
|
|||||||
idtxt : 'AS';
|
idtxt : 'AS';
|
||||||
asmbin : 'as';
|
asmbin : 'as';
|
||||||
asmcmd : '$ARCH -o $OBJ $EXTRAOPT $ASM';
|
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];
|
flags : [af_needar,af_smartlink_sections];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
labelmaxlen : -1;
|
labelmaxlen : -1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user