m68k: fixed a comment. no functional change

git-svn-id: trunk@49275 -
This commit is contained in:
Károly Balogh 2021-04-27 06:25:13 +00:00
parent d03c3c0669
commit d06cb1a20a

View File

@ -96,8 +96,7 @@ unit ag68kvasm;
result:=asminfo^.asmcmd;
case target_info.system of
{ a.out doesn't support named sections, a.out is limited
(no named sections) lets use ELF for interoperability }
{ a.out doesn't support named sections, lets use ELF for interoperability }
system_m68k_amiga,
system_m68k_atari,
system_m68k_sinclairql: objtype:='-Felf';