summaryrefslogtreecommitdiff
path: root/BUILD/check-cpu
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/check-cpu')
-rwxr-xr-xBUILD/check-cpu4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD/check-cpu b/BUILD/check-cpu
index 2543b540d2a..43803b9cb04 100755
--- a/BUILD/check-cpu
+++ b/BUILD/check-cpu
@@ -113,6 +113,10 @@ case "$cpu_family--$model_name" in
cpu_arg='powerpc'
;;
+ *SunOS*)
+ cpu_arg=''
+ ;;
+
# unknown
*)
cpu_arg="";