mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:29:48 +02:00
m68k: fixed a comment. no functional change
git-svn-id: trunk@49275 -
This commit is contained in:
parent
d03c3c0669
commit
d06cb1a20a
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user