summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/irixcc.py
AgeCommit message (Collapse)AuthorFilesLines
2012-06-20wafsamba/irixcc: next try to inject '-c99' the the buildStefan Metzmacher1-1/+3
metze
2012-06-20Revert "wafsamba/irixcc: add '-c99' option to cc"Stefan Metzmacher1-3/+1
This reverts commit 59daf91f397c2ebef283ab9e6ecaabbe9dc58fc5. Doesn't seem to work :-( metze
2012-06-19wafsamba/irixcc: add '-c99' option to ccStefan Metzmacher1-1/+3
Lets see if this fixes the build on IRIX. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jun 19 02:42:21 CEST 2012 on sn-devel-104
2012-02-10wafsamba: Expand tabs.Jelmer Vernooij1-48/+48
2010-04-06build: added 'generic' cc support and a simple irix cc support moduleAndrew Tridgell1-0/+77
these will let us get past the 'detect cc' stage and try a build. It also makes for a reasonable template for new ports