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