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/tru64cc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/tru64cc.py') diff --git a/buildtools/wafsamba/tru64cc.py b/buildtools/wafsamba/tru64cc.py index 04f26ec45a..c4a0dcaf5a 100644 --- a/buildtools/wafsamba/tru64cc.py +++ b/buildtools/wafsamba/tru64cc.py @@ -9,7 +9,7 @@ from Configure import conftest from compiler_cc import c_compiler -c_compiler['osf1V'] = ['tru64cc'] +c_compiler['osf1V'] = ['gcc', 'tru64cc'] @conftest def find_tru64cc(conf): -- cgit