Skip to content
Snippets Groups Projects
Commit 9f1d7286 authored by Greg Becker's avatar Greg Becker Committed by Todd Gamblin
Browse files

match bootstrapped compiler to architecture (#14059)

parent 60580f58
No related branches found
No related tags found
No related merge requests found
......@@ -1509,6 +1509,7 @@ def bootstrap_compiler(self, **kwargs):
)
if not compilers:
dep = spack.compilers.pkg_spec_for_compiler(self.spec.compiler)
dep.architecture = self.spec.architecture
# concrete CompilerSpec has less info than concrete Spec
# concretize as Spec to add that information
dep.concretize()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment