summaryrefslogtreecommitdiffstats
path: root/make/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'make/configure.py')
-rw-r--r--make/configure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/configure.py b/make/configure.py
index b6fe3b60c..3c73d8949 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -570,6 +570,8 @@ class ArchAction( Action ):
self.mode.mode = 'ppc64'
elif host.match( '*-*-linux*' ):
pass
+ elif host.match( '*-*-solaris*' ):
+ pass
else:
self.msg_pass = 'WARNING'