Add all the 'generic' architectures that are mentioned in recipes (#12958)

LLVM, mesa and other packages check for these generic
microarchitectures. One solution is to let Spack know they exist.
This commit is contained in:
Massimiliano Culpo 2019-09-29 06:47:05 +02:00 committed by Todd Gamblin
parent 467261803f
commit 9117dfd118

View File

@ -825,6 +825,41 @@
"flags": "-march=armv8-a -mtune=generic"
}
}
},
"arm": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"ppc": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"ppcle": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"sparc": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"sparc64": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
}
},
"feature_aliases": {