summaryrefslogtreecommitdiff
path: root/lang/nwcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.7.5.David E. O'Brien2008-02-253-4/+5
| | | | Notes: svn path=/head/; revision=207857
* Update to version 0.7.4.David E. O'Brien2007-12-142-13/+5
| | | | | | | Submitted by: Nils Weller <nils@gnulinux.nl> (author) Notes: svn path=/head/; revision=203585
* - This port seems to need yasm on amd64 and nasm on i386Pav Lucistnik2007-11-071-3/+9
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202557
* - Add missed dependency on yasmPav Lucistnik2007-10-262-1/+3
| | | | | | | | | - Fix plist Reported by: pointyhat Notes: svn path=/head/; revision=202060
* nwcc is a small C compiler for Unix systems under the BSDLDavid E. O'Brien2007-10-154-0/+55
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. Notes: svn path=/head/; revision=201502