diff --git a/README.md b/README.md index 45f0fd6..a2651f3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Build process should produce following set of tools for **m68k-amigaos** target: * IRA: portable M68000/010/020/030/040 reassembler for AmigaOS hunk-format executables, libraries, devices and raw binary files * vda68k: portable M68k disassembler for 68000-68060, 68851, 68881, 68882 - * [amitools](https://github.com/cnvogelg/amitools/blob/master/README.md#contents) with [vamos](https://github.com/cnvogelg/amitools/blob/master/doc/vamos.md) AmigaOS emulator which is proven to run SAS/C + * ~~[amitools](https://github.com/cnvogelg/amitools/blob/master/README.md#contents) with [vamos](https://github.com/cnvogelg/amitools/blob/master/doc/vamos.md) AmigaOS emulator which is proven to run SAS/C~~ ... and following set of tools for **ppc-amigaos** target: diff --git a/toolchain-m68k b/toolchain-m68k index ab6b16f..cfd35c4 100755 --- a/toolchain-m68k +++ b/toolchain-m68k @@ -516,9 +516,9 @@ def build(): install_tools() - pyinstall('amitools') - pyfixbin('amitools', ['fdtool', 'geotool', 'hunktool', 'rdbtool', 'romtool', - 'typetool', 'vamos', 'vamospath', 'xdfscan', 'xdftool']) + # pyinstall('amitools') + # pyfixbin('amitools', ['fdtool', 'geotool', 'hunktool', 'rdbtool', 'romtool', + # 'typetool', 'vamos', 'vamospath', 'xdfscan', 'xdftool']) def clean():