freebsd-ports/lang/nwcc/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
491 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