tools/python/pkglint/userland.py
branchs11u3-sru
changeset 7711 48f87ff8204e
parent 4306 b3252d71faa0
--- a/tools/python/pkglint/userland.py	Fri Mar 03 15:29:05 2017 -0800
+++ b/tools/python/pkglint/userland.py	Sat Mar 04 04:04:35 2017 +0000
@@ -21,7 +21,7 @@
 #
 
 #
-# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 
 # Some userland consolidation specific lint checks
@@ -69,6 +69,8 @@
 			"64",
 			"i86pc-solaris-64",     # perl path
 			"sun4-solaris-64",      # perl path
+			"i86pc-solaris-thread-multi-64", # perl path
+			"sun4-solaris-thread-multi-64", # perl path
 			"amd64-solaris" + solaris_ver,	# ruby path
 			"sparcv9-solaris" + solaris_ver	# ruby path
 		]
@@ -83,6 +85,10 @@
 			re.compile('^.*/sparcv9(/.*)?$'),
 			re.compile('^.*/i86pc-solaris-64(/.*)?$'), # perl path
 			re.compile('^.*/sun4-solaris-64(/.*)?$'),  # perl path
+			re.compile('^.*/i86pc-solaris-thread-multi-64(/.*)?$'),
+				# perl path
+			re.compile('^.*/sun4-solaris-thread-multi-64(/.*)?$'),
+				# perl path
 			re.compile('^.*/amd64-solaris2\.[0-9]+(/.*)?$'),
 				# ruby path
 			re.compile('^.*/sparcv9-solaris2\.[0-9]+(/.*)?$')