Skip to content

Commit

Permalink
Disable amitools due to TLS 1.2 problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Dec 9, 2018
1 parent 3e7b924 commit b5f43e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions toolchain-m68k
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit b5f43e4

Please sign in to comment.