summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-03 09:19:57 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:23 +1000
commit20c7cd878b82c7fd88f9359bad9180b676c08054 (patch)
tree328a7e34e1fd817c463c4f5160e8c6003e0da5ea /buildtools/wafsamba/wafsamba.py
parentb849bea079ba738f5e9763b6e714d52d25a8c5d7 (diff)
downloadsamba-20c7cd878b82c7fd88f9359bad9180b676c08054.tar.gz
samba-20c7cd878b82c7fd88f9359bad9180b676c08054.tar.bz2
samba-20c7cd878b82c7fd88f9359bad9180b676c08054.zip
build: added 'generic' cc support and a simple irix cc support module
these will let us get past the 'detect cc' stage and try a build. It also makes for a reasonable template for new ports
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 510b27062c..7a71a2ee2f 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -21,6 +21,8 @@ from samba_bundled import *
import samba_install
import samba_conftests
import tru64cc
+import irixcc
+import generic_cc
# some systems have broken threading in python
if os.environ.get('WAF_NOTHREADS') == '1':