pdt: add aocc support (#42634)
This commit is contained in:
		| @@ -62,7 +62,7 @@ def configure(self, spec, prefix): | |||||||
|             options.append("-pgCC") |             options.append("-pgCC") | ||||||
|         elif self.compiler.name == "gcc": |         elif self.compiler.name == "gcc": | ||||||
|             options.append("-GNU") |             options.append("-GNU") | ||||||
|         elif self.compiler.name == "clang" or self.compiler.name == "apple-clang": |         elif self.compiler.name in ["clang", "apple-clang", "aocc"]: | ||||||
|             options.append("-clang") |             options.append("-clang") | ||||||
|         elif self.compiler.name == "cce": |         elif self.compiler.name == "cce": | ||||||
|             options.append("-CC") |             options.append("-CC") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alex Richert
					Alex Richert