summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/generic_cc.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/wafsamba/generic_cc.py')
-rw-r--r--buildtools/wafsamba/generic_cc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/generic_cc.py b/buildtools/wafsamba/generic_cc.py
index ae37219f12..ea277dc655 100644
--- a/buildtools/wafsamba/generic_cc.py
+++ b/buildtools/wafsamba/generic_cc.py
@@ -10,6 +10,7 @@ from Configure import conftest
from compiler_cc import c_compiler
c_compiler['default'] = ['gcc', 'generic_cc']
+c_compiler['hpux'] = ['gcc', 'generic_cc']
@conftest
def find_generic_cc(conf):