1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/lang/nwcc/pkg-descr
David E. O'Brien 2c7f71c1dc nwcc is a small C compiler for Unix systems under the BSDL
It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64,
Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware.
The x86 and AMD64 backends support two assemblers; nasm/yasm and gas.
2007-10-15 14:37:43 +00:00

13 lines
526 B
Plaintext

nwcc is a small C compiler for Unix systems under the BSDL
The primary goals of nwcc currently are portability and correctness.
Various C99 and GNU C features are also supported.
It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64,
Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware.
Cross-compilation is also supported.
The x86 and AMD64 backends support two assemblers; nasm/yasm and gas.
This can be useful for side-by-side assembler syntax comparison
WWW: http://nwcc.sourceforge.net/