Browse Source

- removed the -mmcu= command line option from z80asm

git-svn-id: branches/z80@44410 -
nickysn 5 years ago
parent
commit
7050d7a376
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/z80/agz80asm.pas

+ 1 - 1
compiler/z80/agz80asm.pas

@@ -167,7 +167,7 @@ unit agz80asm;
 
 
     function TZ80GNUAssembler.MakeCmdLine: TCmdStr;
     function TZ80GNUAssembler.MakeCmdLine: TCmdStr;
       begin
       begin
-        result := '-mmcu='+lower(cputypestr[current_settings.cputype])+' '+inherited MakeCmdLine;
+        result := {'-mmcu='+lower(cputypestr[current_settings.cputype])+' '+}inherited MakeCmdLine;
       end;
       end;