We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba5d93 commit 457db45Copy full SHA for 457db45
pycheribuild/projects/cross/opensbi.py
@@ -124,7 +124,7 @@ def all_platforms(self):
124
125
def compile(self, **kwargs):
126
if self.compiling_for_cheri() and self.config.riscv_cheri_isa != RiscvCheriISA.STD:
127
- self.fatal("Purecap openSBI is only supported for the staandard ISA for now.")
+ self.fatal("Purecap openSBI is only supported for the standard ISA for now.")
128
for platform in self.all_platforms:
129
args = self.make_args.copy()
130
args.set(PLATFORM=platform)
0 commit comments