summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/tru64cc.py
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10wafsamba: Expand tabs.Jelmer Vernooij1-48/+48
2010-12-08build: tru64 needs -shared for building libsMatthieu Patou1-1/+1
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 08:33:54 CET 2010 on sn-devel-104
2010-04-06build: added 'generic' cc support and a simple irix cc support moduleAndrew Tridgell1-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
2010-04-06build: initial version of a tru64 compiler moduleAndrew Tridgell1-0/+77
this doesn't do shared libs yet, but at least configure passes