pdt: add aocc support (#42634)
This commit is contained in:
parent
0e2a9fe26a
commit
e0304bf509
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user