diff options
Diffstat (limited to 'lang/nwcc/pkg-descr')
-rw-r--r-- | lang/nwcc/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/nwcc/pkg-descr b/lang/nwcc/pkg-descr new file mode 100644 index 000000000000..dd9ec1d5bdf5 --- /dev/null +++ b/lang/nwcc/pkg-descr @@ -0,0 +1,12 @@ +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/ |