Browse Source

* increase length of asmbin string from 8 chars to 16. this is needed to support standard vasm binary names on PPC and (soon) m68k

git-svn-id: trunk@33550 -
Károly Balogh 9 years ago
parent
commit
9d2258e4d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -69,7 +69,7 @@ interface
        tasminfo = record
           id          : tasm;
           idtxt       : string[12];
-          asmbin      : string[8];
+          asmbin      : string[16];
           asmcmd      : string[70];
           supported_targets : set of tsystem;
           flags        : set of tasmflags;