amiga-libnix2/README.md

17 lines
962 B
Markdown
Raw Permalink Normal View History

2013-05-21 17:18:02 +00:00
libnix: C link library for AmigaOS/m68k
===
**Short description:** Fork of [libnix](http://sourceforge.net/projects/libnix/) from [sourceforge.net](http://sourceforge.net).
## Overview
**libnix** is used in conjuction with [m68k-amigaos-toolchain](https://github.com/cahirwpz/m68k-amigaos-toolchain) project. It's standard C link library (similar to glibc or newlib, but quite incomplete) for gcc cross compiler targeting AmigaOS/m68k systems.
There are several initiatives trying to bring up an updated C link library for AmigaOS/m68k systems:
* [libnix-3.0](https://github.com/diegocr/libnix) by Diego Casorran
2014-01-05 19:44:17 +00:00
* [clib2](http://clib2.cvs.sourceforge.net/) by Olaf Barthel
* [arosc.library](http://repo.or.cz/w/AROS.git/tree/HEAD:/compiler/stdc) in [Amiga Research Operating System](http://aros.sf.net) source tree
2013-05-21 17:18:02 +00:00
2013-05-21 18:18:43 +00:00
For now I decided to use original sources by Jeff Shepher et al., perhaps I'll merge Diego Casorran's changes if I find them indispensable.