2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00

Update README.md

This commit is contained in:
Stefan "Bebbo" Franke
2016-12-16 23:57:35 +01:00
committed by GitHub
parent abb6c2c70a
commit 16321edc4c

View File

@ -8,7 +8,7 @@ AmigaOS cross compiler for Linux / MacOSX / Windows
**Author:** [Krystian Bacławski](mailto:krystian.baclawski@gmail.com)
**Co-Author:** [Stefan "Bebbo" Franke](mailto:bebbo@bejy.net)
**Contributor:** [Stefan "Bebbo" Franke](mailto:bebbo@bejy.net) (gcc6)
**Short description:** Cross toolchain build script for AmigaOS m68k and ppc targets. Supported host platforms are Linux, MacOSX and Windows (with [MSYS2](https://msys2.github.io/)).
@ -18,10 +18,12 @@ AmigaOS cross compiler for Linux / MacOSX / Windows
Build process should produce following set of tools for **m68k-amigaos** target:
* gcc 6 (recent version vom gcc-6-branch)
* gcc 2.95.3
* g++ 2.95.3
* libstdc++ 2.10
* binutils 2.9.1 or 2.14 (assembler, linker, etc.)
* binutils 2.9.1 (assembler, linker, etc.)
* binutils 2.14 (assembler, linker, etc.) - patched to work with gcc6
* libnix 2.2 (standard ANSI/C library replacement for AmigaOS)
* libm 5.4 (provides math library implementation for non-FPU Amigas)
* AmigaOS headers & libraries & autodocs (for AmigaOS 3.9)