From 20c7cd878b82c7fd88f9359bad9180b676c08054 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 3 Apr 2010 09:19:57 +1100 Subject: 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 --- buildtools/wafsamba/wafsamba.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools/wafsamba/wafsamba.py') 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': -- cgit