summaryrefslogtreecommitdiff
path: root/lang/bc-gcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+4
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* gcc with bounds checking support for pointers and memoryDavid E. O'Brien1998-08-267-0/+236
Notes: svn path=/head/; revision=12861