summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/tru64cc.py
Commit message (Collapse)AuthorAgeFilesLines
* build: tru64 needs -shared for building libsMatthieu Patou2010-12-081-1/+1
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 08:33:54 CET 2010 on sn-devel-104
* build: added 'generic' cc support and a simple irix cc support moduleAndrew Tridgell2010-04-061-1/+1
| | | | | these will let us get past the 'detect cc' stage and try a build. It also makes for a reasonable template for new ports
* build: initial version of a tru64 compiler moduleAndrew Tridgell2010-04-061-0/+77
this doesn't do shared libs yet, but at least configure passes