1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-12-08 15:08:26 +00:00

Put TODO as main page.

Krystian Bacławski
2013-05-21 18:45:44 +02:00
parent 6140e6efd4
commit 5026bde47b

41
Home.md

@ -1 +1,40 @@
Welcome to the m68k-amigaos-toolchain wiki!
#### Libnix
- Fix `amiga_bss.sc` (linker script template) to ensure that correct bss size is
calculated.
- Clear `bss` section on *Kickstart 1.3*.
- Upgrade to *libnix 2.2*.
- Merge *2.2* and *3.0* versions into *3.1*.
- Support *gcc 3.x* constructor and destructor attributes:
`__CTOR_LIST__`, `__DTOR_LIST__`
#### Ixemul
- Use [vamos](https://github.com/cnvogelg/amitools) to run amiga binaries (namely `zic`) during build phase.
#### Gcc
- Add missing support for custom `data` and `bss` section in 3.4.6.
- Use [vamos](https://github.com/cnvogelg/amitools) to run gcc testsuite.
#### Binutils
- Fix *GNU as* crash during *g++ 3.4.6* build (for both *binutils 2.9.1* and *2.14*).
#### Tools
- Fix *hunk2aout* utility or rewrite it.
#### Dependencies
- Remove dependency on libamiga-bin (need *hunk2out* to do that).
#### Examples
- Write bunch of simple programs to illustrate some amigaos specific features.
They'll be used as tests also.
#### Releases
- Build a binary release for MinGW, Darwin, Linux and publish it.
- Announce the toolchain on some popular Amiga sites.